Skip to content

Commit 3c801b8

Browse files
committed
debug coverage file
1 parent e06a1f5 commit 3c801b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)