Fix coverage for test_benchmarks.py#251
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…into coverage-change
for more information, see https://pre-commit.ci
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (97.87%) is below the target coverage (98.20%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #251 +/- ##
===========================================
+ Coverage 99.54% 100.00% +0.45%
===========================================
Files 10 10
Lines 439 437 -2
Branches 17 17
===========================================
Hits 437 437
+ Misses 2 0 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
test_benchmarks.pytest_benchmarks.py
for more information, see https://pre-commit.ci
…into coverage-change
webknjaz
left a comment
There was a problem hiding this comment.
Besides the suggestions below, plz look into the possibility to integrate covdefaults into the project in a follow-up PR.
| bools | ||
| changelog | ||
| changelogs | ||
| codspeed |
There was a problem hiding this comment.
These are libraries, I think it's better to just surround the words with backticks like code, rather than filling the spelling list with all of them.
Co-authored-by: Sam Bull <aa6bs0@sambull.org>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
| @@ -1,16 +1,20 @@ | |||
| """codspeed benchmarks for propcache.""" | |||
|
|
|||
| import typing as _t | |||
What do these changes do?
This change omits a common problem with coverage that is causing a lot of workflows in this repo to fail which is in
tests/test_benchmarks.pyThis was a recommendation by the new ai agent.Are there changes in behavior for the user?
Nope. The only thing this affects is contributors and maintainers.
Related issue number
#245 (This is to help it pass)
#245 (comment)
Checklist