Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add code cov on github actions #1129

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Conversation

baby230211
Copy link
Contributor

@baby230211 baby230211 commented Mar 7, 2023

Types of changes

  • Bugfix
  • New feature
  • Refactoring
  • Breaking change (any change that would cause existing functionality to not work as expected)
  • Documentation Update
  • Other (please describe)

Description

move code cov to github actions

@josix josix linked an issue Mar 7, 2023 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (aeeaa7b) 69.46% compared to head (93446fb) 69.49%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1129      +/-   ##
==========================================
+ Coverage   69.46%   69.49%   +0.02%     
==========================================
  Files          82       82              
  Lines        3357     3357              
==========================================
+ Hits         2332     2333       +1     
+ Misses       1025     1024       -1     
Impacted Files Coverage Δ
src/proposals/forms/mixins.py 100.00% <ø> (ø)
src/proposals/models.py 87.50% <ø> (ø)
template_tests/conftest.py
reviews/management/commands/snaptalks.py
core/utils.py
template_tests/test_pycontw2016.py
proposals/forms/mixins.py
events/translation.py
events/views.py
core/authentication.py
... and 156 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@baby230211 baby230211 force-pushed the master branch 2 times, most recently from 12f5524 to b99a224 Compare March 7, 2023 14:51
Copy link
Member

@mattwang44 mattwang44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job! Only one last minor issue left.

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@josix josix merged commit de66db7 into pycontw:master Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adopting the official codecov action
4 participants