Browse Source

travis-ci: fail if coverage < 100%

Fabian Peter Hammerle 5 years ago
parent
commit
0a098ce5d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -40,4 +40,4 @@ install:
 
 script:
 - pipenv run pylint freesurfer_volume_reader tests/*
-- pipenv run pytest --cov=freesurfer_volume_reader --cov-report=term-missing
+- pipenv run pytest --cov=freesurfer_volume_reader --cov-report=term-missing --cov-fail-under=100