Skip to content

Commit 67b4e41

Browse files
committed
Debugging .coveragerc file
1 parent 75ebd75 commit 67b4e41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install -r requirements.txt
3434
pip install coverage
35+
- name: Debug Coverage Configuration
36+
run: |
37+
coverage debug sys
38+
coverage debug config
3539
- name: Run Tests
3640
run: |
3741
coverage run --rcfile=.coveragerc manage.py test appointment.tests --parallel=10 --shuffle --verbosity=1

0 commit comments

Comments
 (0)