bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

Coverage append plugin option needed #448

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The latest version of coverage changed it so that by default it does not append 
to the .coverage file. You can now pass it an option to tell it to append to 
the report file for multiple test runs. The nose plugin needs an option to 
enable this when running coverage with nose tests.

Original issue reported on code.google.com by supercod...@gmail.com on 23 Aug 2011 at 3:08

GoogleCodeExporter commented 8 years ago
See issue #447, i've implemented these option in a cloned repository

Original comment by alvaro.n...@gmail.com on 23 Aug 2011 at 9:43