nedbat / coveragepy

The code coverage tool for Python
https://coverage.readthedocs.io
Apache License 2.0
3.03k stars 435 forks source link

Lcov report improvements part 2 #1851

Closed zackw closed 1 month ago

zackw commented 2 months ago

Because of the refactor in the first commit, functional changes will be easier to see if you go commit by commit.

zackw commented 1 month ago

I think this is ready to be reviewed now. Let me know if you want me to clean up the commit history or anything.

nedbat commented 1 month ago

BTW, I'm about to drop Python 3.8, so you can simplify the tests by just skipping them on pypy3.8.

zackw commented 1 month ago

Testing whether the existing @xfail_pypy38 decorator does the trick now.

nedbat commented 1 month ago

Looks good, thanks so much! I'll merge it.

nedbat commented 1 month ago

This is now released as part of coverage 7.6.2.