Merge pull request #791 from pytest-dev/coverage-config
Improve coverage score by tweaking options
This commit is contained in:
commit
e947732bde
|
@ -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
|
Loading…
Reference in New Issue