Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading