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 75ebd75 commit 67b4e41Copy full SHA for 67b4e41
.github/workflows/.coveragerc renamed to .coveragerc
.github/workflows/tests.yml
@@ -32,6 +32,10 @@ jobs:
32
python -m pip install --upgrade pip
33
pip install -r requirements.txt
34
pip install coverage
35
+ - name: Debug Coverage Configuration
36
+ run: |
37
+ coverage debug sys
38
+ coverage debug config
39
- name: Run Tests
40
run: |
41
coverage run --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1
0 commit comments