pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

Support Coverage 7.5's HTML report changes

Open s-t-e-v-e-n-k opened this issue 1 year ago • 0 comments

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.

s-t-e-v-e-n-k avatar May 15 '24 04:05 s-t-e-v-e-n-k