pycontw / pycon.tw

PyCon TW Proposal System & Backend Server
https://tw.pycon.org/prs
MIT License
94 stars 107 forks source link

feat: add code cov on github actions #1129

Closed baby230211 closed 1 year ago

baby230211 commented 1 year ago

Types of changes

Description

move code cov to github actions

codecov-commenter commented 1 year ago

Codecov Report

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

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

:mega: 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 ```diff @@ 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](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw) | Coverage Δ | | |---|---|---| | [src/proposals/forms/mixins.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-c3JjL3Byb3Bvc2Fscy9mb3Jtcy9taXhpbnMucHk=) | `100.00% <ø> (ø)` | | | [src/proposals/models.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-c3JjL3Byb3Bvc2Fscy9tb2RlbHMucHk=) | `87.50% <ø> (ø)` | | | [template\_tests/conftest.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-dGVtcGxhdGVfdGVzdHMvY29uZnRlc3QucHk=) | | | | [reviews/management/commands/snaptalks.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-cmV2aWV3cy9tYW5hZ2VtZW50L2NvbW1hbmRzL3NuYXB0YWxrcy5weQ==) | | | | [core/utils.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-Y29yZS91dGlscy5weQ==) | | | | [template\_tests/test\_pycontw2016.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-dGVtcGxhdGVfdGVzdHMvdGVzdF9weWNvbnR3MjAxNi5weQ==) | | | | [proposals/forms/mixins.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-cHJvcG9zYWxzL2Zvcm1zL21peGlucy5weQ==) | | | | [events/translation.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-ZXZlbnRzL3RyYW5zbGF0aW9uLnB5) | | | | [events/views.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-ZXZlbnRzL3ZpZXdzLnB5) | | | | [core/authentication.py](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw#diff-Y29yZS9hdXRoZW50aWNhdGlvbi5weQ==) | | | | ... and [156 more](https://codecov.io/gh/pycontw/pycon.tw/pull/1129?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pycontw)

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