|
@ -11,8 +11,8 @@ Atheneum:Tests: |
|
|
- python3 -m pipenv --version |
|
|
- python3 -m pipenv --version |
|
|
- cd server |
|
|
- cd server |
|
|
- pipenv install --dev --system |
|
|
- pipenv install --dev --system |
|
|
- PYTHONPATH=$(pwd) coverage run --source atheneum -m pytest |
|
|
|
|
|
- coverage report |
|
|
|
|
|
- pycodestyle atheneum |
|
|
- pycodestyle atheneum |
|
|
|
|
|
- PYTHONPATH=$(pwd) coverage run --source atheneum -m pytest |
|
|
|
|
|
- coverage report --fail-under=85 -m --skip-covered |
|
|
tags: |
|
|
tags: |
|
|
- docker |
|
|
- docker |