Skip to content

Commit 1121c59

Browse files
committed
Debugging .coveragerc file
1 parent ca37a6f commit 1121c59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
coverage debug config
3939
- name: Run Tests
4040
run: |
41-
coverage run --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
42-
coverage report
41+
coverage run manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
42+
coverage report --omit=*/tests/*,*/test_*.py,manage.py
4343
coverage xml
4444
- name: Upload to Codecov
4545
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)