cdriehuys / django-rest-email-auth

Django app to handle authentication and registration by email.
https://pypi.python.org/pypi/django-rest-email-auth/
MIT License
13 stars 5 forks source link

ci: Separate testing and linting #105

Closed cdriehuys closed 1 year ago

cdriehuys commented 1 year ago

Separate tests from linting tasks so that we don't have to manage running the linting tools on multiple versions of Python. This also reduces repetition since we don't need to lint the code on each combination of Python version and Django version.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a792d36) 100.00% compared to head (16f9956) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #105 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 337 350 +13 Branches 14 16 +2 ========================================= + Hits 337 350 +13 ``` | [Impacted Files](https://codecov.io/gh/cdriehuys/django-rest-email-auth/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chathan+Driehuys) | Coverage Δ | | |---|---|---| | [rest\_email\_auth/app\_settings.py](https://codecov.io/gh/cdriehuys/django-rest-email-auth/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chathan+Driehuys#diff-cmVzdF9lbWFpbF9hdXRoL2FwcF9zZXR0aW5ncy5weQ==) | `100.00% <100.00%> (ø)` | | | [rest\_email\_auth/models.py](https://codecov.io/gh/cdriehuys/django-rest-email-auth/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chathan+Driehuys#diff-cmVzdF9lbWFpbF9hdXRoL21vZGVscy5weQ==) | `100.00% <100.00%> (ø)` | | | [rest\_email\_auth/serializers.py](https://codecov.io/gh/cdriehuys/django-rest-email-auth/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chathan+Driehuys#diff-cmVzdF9lbWFpbF9hdXRoL3NlcmlhbGl6ZXJzLnB5) | `100.00% <100.00%> (ø)` | | | [rest\_email\_auth/signals.py](https://codecov.io/gh/cdriehuys/django-rest-email-auth/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chathan+Driehuys#diff-cmVzdF9lbWFpbF9hdXRoL3NpZ25hbHMucHk=) | `100.00% <100.00%> (ø)` | | | [rest\_email\_auth/urls.py](https://codecov.io/gh/cdriehuys/django-rest-email-auth/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chathan+Driehuys#diff-cmVzdF9lbWFpbF9hdXRoL3VybHMucHk=) | `100.00% <100.00%> (ø)` | | 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=Chathan+Driehuys). 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=Chathan+Driehuys)

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