Skip to content

Commit 9b455fa

Browse files
committed
Debugging .coveragerc file
1 parent f1affc2 commit 9b455fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
coverage debug config
3939
- name: Run Tests
4040
run: |
41-
coverage run manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
41+
coverage run --source=appointment manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
4242
coverage report --omit=*/tests/*,*/test_*.py,manage.py
4343
coverage xml
4444
- name: Upload to Codecov

0 commit comments

Comments
 (0)