pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

Support Coverage 7.5's HTML report changes #643

Open s-t-e-v-e-n-k opened 3 months ago

s-t-e-v-e-n-k commented 3 months ago

Coverage 7.5 now writes out two other files when generating a HTML report -- class_index and function_index. We check explicitly for which files have been written, so add those two in if coverage is >= 7.5.