Skip to content

Commit 2fa303c

Browse files
committed
don't need to debug coverage.xml anymore
1 parent 2b2f13d commit 2fa303c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
- name: Test
3939
run: |
4040
pytest --cov --cov-report=xml --cov-branch --doctest-glob="docs/*.md"
41-
- name: Debug Coverage File
42-
run: cat coverage.xml
4341
- name: Upload coverage to Codecov
4442
uses: codecov/codecov-action@v4
4543
with:

0 commit comments

Comments
 (0)