Explorar el Código

travis-ci: fail if coverage < 100%

Fabian Peter Hammerle hace 6 años
padre
commit
0a098ce5d1
Se han modificado 1 ficheros con 1 adiciones y 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