Skip to content

Commit 95b0a2c

Browse files
Merge pull request #1129 from adamtheturtle/req-100-cov
Have Travis enforce 100% coverage
2 parents 5084b20 + 88d4f75 commit 95b0a2c

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)