cmheisel / nose-xcover

Fork of nose.plugins.cover that enables XML output (for use with Hudson, e.g.)
MIT License
52 stars 17 forks source link

Update to coverage 3.4 #4

Closed rogerhu closed 13 years ago

rogerhu commented 13 years ago

Thanks again for writing this plug-in.

The setup.py in this code causes coverage 3.4b2 to be installed, causing a lot of fixes in 3.4 (i.e. package names output in XML out of order, no conditional branch reporting, etc) to be missed.

This wasn't obvious until I ended up tracing the issue and then finding that coverage 3.4 had already fixed this issue -- more background here (more for my own record, and anyone else who's curious) http://hustoknow.blogspot.com/2011/03/coveragepy-xml-outputs-in-random-order.html

Coverage 3.4 seems to have a lot of big fixes, which is one more reason to update!

Thanks again.

cmheisel commented 13 years ago

Thanks for pinging me on this, I haven't been using nose lately so this fell off my radar. Version 1.0.5 bumps up coverage to 3.4