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 f1affc2 commit 9b455faCopy full SHA for 9b455fa
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
coverage debug config
39
- name: Run Tests
40
run: |
41
- coverage run manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
+ coverage run --source=appointment manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
42
coverage report --omit=*/tests/*,*/test_*.py,manage.py
43
coverage xml
44
- name: Upload to Codecov
0 commit comments