diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b39d5db..7445539 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ Atheneum:Tests: - python3 -m pipenv --version - cd server - pipenv install --dev --system - - PYTHONPATH=$(pwd) coverage run --source atheneum -m pytest - - coverage report - pycodestyle atheneum + - PYTHONPATH=$(pwd) coverage run --source atheneum -m pytest + - coverage report --fail-under=85 -m --skip-covered tags: - docker