-
Notifications
You must be signed in to change notification settings - Fork 169
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
Incompatible with coverage
7.5.0
#29
Comments
coverage
coverage
7.5.0
Can confirm: downgrading to |
Thanks @mrgambal. I ended up reading the README and seeing that this package is in maintenance mode so this issue may not get fixed. Switched to |
Oh great! Thanks for linking that PR. Yes, cool project @dbrgn! Thank you! |
Thanks a lot @mrgambal and @jessica-dyer, that's appreciated! |
In Coverage 7.5, the `display_covered` method of Numbers was turned into a standalone function, so the `get_total()` method stopped working. Fixes #29.
Fix released in version 1.1.1. Nevertheless, migrating to another project like |
I upgraded the package
coverage
from 7.4.4 to 7.5.0 andcoverage-badge
began to error.When running
poetry run coverage-badge -o coverage.svg
, I get the following error:Traceback (most recent call last):
I believe this is a bug in
coverage-badge
in relation to the newest version ofcoverage
.The text was updated successfully, but these errors were encountered: