pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.91k stars 319 forks source link

Linting and CI improvements #149

Closed kislyuk closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 98.06% // Head: 97.10% // Decreases project coverage by -0.96% :warning:

Coverage data is based on head (5290a12) compared to base (03045d5). Patch coverage: 66.66% of modified lines in pull request are covered.

:exclamation: Current head 5290a12 differs from pull request most recent head 64946de. Consider uploading reports for the commit 64946de to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #149 +/- ## =========================================== - Coverage 98.06% 97.10% -0.97% =========================================== Files 8 8 Lines 207 207 Branches 45 42 -3 =========================================== - Hits 203 201 -2 - Misses 3 4 +1 - Partials 1 2 +1 ``` | [Impacted Files](https://codecov.io/gh/pyauth/pyotp/pull/149?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/pyotp/otp.py](https://codecov.io/gh/pyauth/pyotp/pull/149/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5b3RwL290cC5weQ==) | `94.28% <50.00%> (-5.72%)` | :arrow_down: | | [src/pyotp/\_\_init\_\_.py](https://codecov.io/gh/pyauth/pyotp/pull/149/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5b3RwL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [src/pyotp/utils.py](https://codecov.io/gh/pyauth/pyotp/pull/149/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3B5b3RwL3V0aWxzLnB5) | `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=None). 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=None)

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