Browse Source

Fixing the coverage command

merge-requests/1/head
Drew Short 6 years ago
parent
commit
1cf60ae894
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -11,7 +11,7 @@ Atheneum:Tests:
- python3 -m pipenv --version
- cd server
- pipenv install --dev --system
- PYTHONPATH=$(pwd) coverage --source atheneum -m pytest
- PYTHONPATH=$(pwd) coverage run --source atheneum -m pytest
- coverage report
tags:
- docker
Loading…
Cancel
Save