fix(test): better test + cov

This commit is contained in:
Alex
2024-09-20 12:07:17 +01:00
parent a83e68815a
commit 68cc646a3e
2 changed files with 27 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest and generate coverage report
run: |
python -m pytest --cov=application --cov=scripts --cov=extensions --cov-report=xml
python -m pytest --cov=application --cov-report=xml
- name: Upload coverage reports to Codecov
if: github.event_name == 'pull_request' && matrix.python-version == '3.11'
uses: codecov/codecov-action@v3