Pārlūkot izejas kodu

travis-ci: fail if coverage < 100%

Fabian Peter Hammerle 6 gadi atpakaļ
vecāks
revīzija
0a098ce5d1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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