.coveragerc: fix for split package names

This commit is contained in:
Brian Warner 2016-04-17 17:15:39 -07:00
parent f9e3b83456
commit a13a846d7b

View File

@ -1,6 +1,10 @@
[run]
# 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
omit =
src/wormhole/test/*