Update python-app.yml

This commit is contained in:
DarkShy
2024-01-08 09:55:04 +03:00
committed by GitHub
parent 08e29bd181
commit 2b50c33d52

View File

@@ -34,5 +34,5 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Start app - name: Start app
run: | run: |
pytest pony.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html pytest pony.py --doctest-modules --junitxml=junit/test-results.xml