rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics
https://rapidfuzz.github.io/RapidFuzz/
MIT License
2.61k stars 116 forks source link

Use pytest-cov to allow external contributors to see coverage #363

Closed cclauss closed 6 months ago

cclauss commented 6 months ago

https://github.com/rapidfuzz/RapidFuzz/pull/362#discussion_r1516069391

maxbachmann commented 6 months ago

From what I can tell this actually gives less information on the CI. https://github.com/rapidfuzz/RapidFuzz/actions/runs/8187667912/job/22388641398 is without the change https://github.com/rapidfuzz/RapidFuzz/actions/runs/8196082185/job/22415597027 is with your change

The new version doesn't print the coverage anymore.

cclauss commented 6 months ago

Agreed… Closing.