Coverage.py 3.6b2

Sunday 23 December 2012This is close to 12 years old. Be careful.

The second beta version of coverage.py 3.6 is ready. There are only a few changes:

  • Coverage.py runs on Python 2.3 and 2.4 again. It was broken in 3.6b1.
  • The C extension is optionally compiled using a different more widely-used technique, taking another stab at fixing issue 80 once and for all.
  • Combining data files would create entries for phantom files if used with source and path aliases. It no longer does.
  • debug sys now shows the configuration file path that was read.
  • If an oddly-behaved package claims that code came from an empty-string filename, coverage.py no longer associates it with the directory name, fixing issue 221.

I’m not planning any more changes for v3.6. Try this and let me know if you find any problems.

Comments

Add a comment:

Ignore this:
Leave this empty:
Name is required. Either email or web are required. Email won't be displayed and I won't spam you. Your web site won't be indexed by search engines.
Don't put anything here:
Leave this empty:
Comment text is Markdown.