Skip to content

Commit 88d4f75

Browse files
committed
Have Travis enforce 100% coverage
1 parent 5084b20 commit 88d4f75

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
@@ -13,6 +13,6 @@ install:
1313
cache: pip
1414
script:
1515
- make lint
16-
- pytest -vvv --exitfirst tests/ --cov src --cov tests
16+
- pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests
1717
after_success:
1818
- codecov

0 commit comments

Comments
 (0)