Explorar o código

travis-ci: fail if coverage < 100%

Fabian Peter Hammerle %!s(int64=6) %!d(string=hai) anos
pai
achega
0a098ce5d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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