Skip to content

Commit 75ebd75

Browse files
committed
Edited .coveragerc file
1 parent 2c1546b commit 75ebd75

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
@@ -34,7 +34,7 @@ jobs:
3434
pip install coverage
3535
- name: Run Tests
3636
run: |
37-
coverage run --omit="*/test*" --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
37+
coverage run --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
3838
coverage report
3939
coverage xml
4040
- name: Upload to Codecov

0 commit comments

Comments
 (0)