Merge pull request #791 from pytest-dev/coverage-config

Improve coverage score by tweaking options
This commit is contained in:
Anatoly Bubenkov 2015-06-21 00:54:25 +02:00
commit e947732bde
1 changed files with 6 additions and 0 deletions

6
.coveragerc Normal file
View File

@ -0,0 +1,6 @@
[run]
omit =
# standlonetemplate is read dynamically and tested by test_genscript
*standalonetemplate.py
# oldinterpret could be removed, as it is no longer used in py26+
*oldinterpret.py