We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca37a6f commit 1121c59Copy full SHA for 1121c59
.github/workflows/tests.yml
@@ -38,8 +38,8 @@ jobs:
38
coverage debug config
39
- name: Run Tests
40
run: |
41
- coverage run --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
42
- coverage report
+ coverage run manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
+ coverage report --omit=*/tests/*,*/test_*.py,manage.py
43
coverage xml
44
- name: Upload to Codecov
45
uses: codecov/codecov-action@v4
0 commit comments