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 2c1546b commit 75ebd75Copy full SHA for 75ebd75
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
pip install coverage
35
- name: Run Tests
36
run: |
37
- coverage run --omit="*/test*" --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
+ coverage run --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