Commit 1806f2c9 authored by Willi Rath's avatar Willi Rath
Browse files

Allow for lower test coverage

parent 02629b44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ before_script:
test:
  stage: test
  script:
    - pytest --cov=data_repo_renderer --cov-report term-missing --cov-fail-under=90 -v tests/
    - pytest --cov=data_repo_renderer --cov-report term-missing --cov-fail-under=85 -v tests/

style:
  stage: test