Where is Python Coverage .coveragerc file?

Viewed 11232

I'm using Python Coverage to see how much code my unit tests are covering. I want to use a config file in order to configure some coverage settings but I can't find where it is. It isn't in the same folder where .coverage is. Also, Windows won't let me create it, as there is nothing before the extension.

1 Answers
Related