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 e06a1f5 commit 3c801b8Copy full SHA for 3c801b8
.github/workflows/tests.yml
@@ -38,6 +38,8 @@ jobs:
38
- name: Test
39
run: |
40
pytest --cov=./nfelib --cov-report=xml --cov-branch --doctest-glob="docs/*.md"
41
+ - name: Debug Coverage File
42
+ run: cat coverage.xml
43
- name: Upload coverage to Codecov
44
uses: codecov/codecov-action@v4
45
with:
0 commit comments