.coveragerc: fix for split package names
This commit is contained in:
parent
f9e3b83456
commit
a13a846d7b
|
@ -1,6 +1,10 @@
|
||||||
[run]
|
[run]
|
||||||
# only record trace data for wormhole.*
|
# only record trace data for wormhole.*
|
||||||
source = wormhole
|
source =
|
||||||
|
wormhole
|
||||||
|
txwormhole
|
||||||
|
wormhole_cli
|
||||||
|
wormhole_server
|
||||||
# and don't trace the test files themselves, or Versioneer's stuff
|
# and don't trace the test files themselves, or Versioneer's stuff
|
||||||
omit =
|
omit =
|
||||||
src/wormhole/test/*
|
src/wormhole/test/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user