We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c4de0 commit 5c27800Copy full SHA for 5c27800
.travis.yml
@@ -11,7 +11,7 @@ install:
11
- pip install codecov
12
# command to run tests
13
script:
14
- - coverage run -m unittest
+ - coverage run --omit="test/*" -m unittest
15
16
after_success:
17
- codecov
0 commit comments