(From hachyderm.io/@nedbat/109761…)
Have you wanted to measure coverage, but exclude certain data points because the lines ran "when it didn't count"?
Help me figure out how to make that possible:
github.com/nedbat/coverag…
New beta! Coverage․py 7.0.0b1 is out: pypi.org/project/covera…
Many small improvements to path handling and combining data, plus markdown tables. Things might be broken! Let me know, please?
When running coverage, lines that should have run but didn't are called "unexecuted." What's a word for the opposite? Lines we said wouldn't run, but did: Sneaks? Surprises? Gremlins? Escapees?
We need ideas!
github.com/nedbat/coverag…
(also need opinions about how to report...)