![]() | Ned Batchelder : Blog | Code | Text | Site Coverage.py 3.6b1 » Home : Blog : November 2012 |
Coverage.py 3.6b1Thursday 29 November 2012 The latest beta version of coverage.py is available: I give you coverage.py v3.6b1. There are lots of changes here. Somehow I got on a roll, and fixed 22 tickets. The full list of changes is below. But before we get to that, there are two bugs I'd like to fix but need some help with:
Other than the 22 bugs fixed, big changes include:
Try it out (or "give it a burl" as they say down under), and let me know if anything is amiss. Full changes:
| |
Comments
How about an environment variable?
Something like COVERAGEPY_IGNORE.
With paths absolute to the system and also relative to the coverage run point.
This will also work on most OSs out there. Also, they can be in the user account, not only the system (the env vars).
I'm not sure if it's related to coverage.py, or the ShiningPanda set up, but our test runs for IPython don't find the source files to show coverage. See e.g. this result.
If you want to experiment with that, the repository is on Github, and the command used to run the tests is:
iptest --with-xml-coverage --with-xunit
Add a comment: