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 f154264 commit 2c1546bCopy full SHA for 2c1546b
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
pip install coverage
35
- name: Run Tests
36
run: |
37
- coverage run --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
+ coverage run --omit="*/test*" --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
38
coverage report
39
coverage xml
40
- name: Upload to Codecov
0 commit comments