Skip to content
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

Update get_total() to support Coverage 7.5 #28

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

danielpodrazka
Copy link
Contributor

In Coverage 7.5, the display_covered method of Numbers was turned into a standalone function, so the get_total() method stopped working.

See this commit for more context: nedbat/coveragepy@4e50273

In Coverage 7.5, the `display_covered` method of Numbers was turned into a standalone function, so the `get_total()` method stopped working.
dbrgn added a commit that referenced this pull request Apr 24, 2024
@dbrgn
Copy link
Owner

dbrgn commented Apr 24, 2024

Thanks @danielpodrazka for the PR and the link to the commit for context!

@dbrgn dbrgn merged commit e630be8 into dbrgn:main Apr 24, 2024
10 checks passed
dbrgn added a commit that referenced this pull request Apr 24, 2024
dbrgn added a commit that referenced this pull request Apr 24, 2024
@dbrgn
Copy link
Owner

dbrgn commented Apr 24, 2024

Fix released in version 1.1.1.

@danielpodrazka danielpodrazka deleted the fix-get_total-for-7.5 branch April 24, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants