nose-xcover icon indicating copy to clipboard operation
nose-xcover copied to clipboard

Add option for coverage data file

Open zageyiff opened this issue 11 years ago • 1 comments

Before anything else I want to thank for this great plugin.

This is not an issue, but more a request. To add the option of where to generate the coverage data file. As of now the file is generated at the same level of the setup.py or cwd in a file called '.coverage'

Thanks

zageyiff avatar Jun 23 '14 20:06 zageyiff

Not sure if I understand the issue correctly but isn't this already possible by using the --xcoverage-file=<path> option? Or alternatively you could use --xcoverage-to-stdout and redirect to wherever you want. Please maybe rephrase if I'm mistaken.

wojtossfm avatar Jun 06 '16 14:06 wojtossfm