|
@ -11,9 +11,11 @@ Corvus:Tests: |
|
|
- python3 -m pipenv --version |
|
|
- python3 -m pipenv --version |
|
|
- cd server |
|
|
- cd server |
|
|
- pipenv install --dev --system |
|
|
- pipenv install --dev --system |
|
|
- pycodestyle corvus tests |
|
|
|
|
|
|
|
|
- pylint corvus |
|
|
- mypy corvus tests |
|
|
- mypy corvus tests |
|
|
- PYTHONPATH=$(pwd) coverage run --source corvus -m pytest |
|
|
- PYTHONPATH=$(pwd) coverage run --source corvus -m pytest |
|
|
- coverage report --fail-under=85 -m --skip-covered |
|
|
- coverage report --fail-under=85 -m --skip-covered |
|
|
|
|
|
- pycodestyle corvus tests |
|
|
|
|
|
- pydocstyle corvus |
|
|
tags: |
|
|
tags: |
|
|
- docker |
|
|
- docker |