Browse Source

exclude test_utils from coverage

main
nibrag 7 years ago
parent
commit
e4cfa0b40d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .coveragerc

+ 1
- 1
.coveragerc View File

@@ -1,7 +1,7 @@
[run]
branch = True
source = aiosocks, tests
omit = site-packages
omit = site-packages,aiosocks/test_utils.py

[html]
directory = coverage

Loading…
Cancel
Save