How to omit modules for coverage?
I cannot figure out how to configure coverage.py for a Django project within PyCharm. I want it to ignore South migrations files and other similar things. The IDE does not seem to provide a good place to make this configuration. How can I do this?
Please sign in to leave a comment.
I believe configuring the python coverage tool is done through a text file. Even for the PyCharm IDE you still need to configure it as you would have done through shell execution.
Read here: http://coverage.readthedocs.io/en/coverage-4.0.3/config.html