coveragerc: omit _version.py
This commit is contained in:
parent
91269d18b1
commit
ca99784cd5
|
@ -1,8 +1,11 @@
|
||||||
[run]
|
[run]
|
||||||
# only record trace data for wormhole.*
|
# only record trace data for wormhole.*
|
||||||
source = wormhole
|
source = wormhole
|
||||||
# and don't trace the test files themselves
|
# and don't trace the test files themselves, or Versioneer's stuff
|
||||||
omit = src/wormhole/test/*
|
omit =
|
||||||
|
src/wormhole/test/*
|
||||||
|
src/wormhole/_version.py
|
||||||
|
|
||||||
|
|
||||||
# This allows 'coverage combine' to correlate the tracing data built while
|
# This allows 'coverage combine' to correlate the tracing data built while
|
||||||
# running tests in multiple tox virtualenvs. To take advantage of this
|
# running tests in multiple tox virtualenvs. To take advantage of this
|
||||||
|
|
Loading…
Reference in New Issue
Block a user