Ned Batchelder
Ned Batchelder
This is now released as part of [coverage 7.4.3](https://pypi.org/project/coverage/7.4.3).
I think you've already worked this out, but status.json is not meant for external code to consume: it's a caching mechanism to speed up the HTML report. The `coverage json`...
Hi, I don't have suggestions for the levels for various colors. Probably people will want it to be configurable, but that's up to you. It sounds like you have everything...
I so what you mean in Chrome. Firefox works as you expect. I'm sure there's something that can fix it well. Also, returning to the index page by clicking the...
I won't be adding this as a built-in feature of coverage, but there are third-party tools that do it: https://github.com/asottile/covdefaults. You can also do this yourself in a tox.ini file...
The other thing to remember is that you can combine coverage results from multiple runs. Test on Windows and Unix, then combine the results to get the total.
Thanks! I'll have to look into what you are saying about the check in execfile. That code gets very fiddly.
Hmm, this is hard to test. The test might work better in `tests/test_process.py`, which launches new subprocesses so that environment variables can have better effect. Though: I tried making one,...
I've proposed some test fixes here: https://github.com/flying-sheep/coveragepy/pull/1
#1700 is a pull request in progress to fix this.