Skip to content

Commit 5c27800

Browse files
author
Gregory Ghez
committed
exclude test folder from test coverage.
1 parent 93c4de0 commit 5c27800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- pip install codecov
1212
# command to run tests
1313
script:
14-
- coverage run -m unittest
14+
- coverage run --omit="test/*" -m unittest
1515

1616
after_success:
1717
- codecov

0 commit comments

Comments
 (0)