Skip to content

Commit f01db94

Browse files
committed
debug
1 parent aab241a commit f01db94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Run tests
3737
run: |
3838
pytest --cov=circuitpython_functools --cov-branch --cov-report=xml
39+
- name: Show XML file
40+
run: |
41+
cat coverage.xml
3942
- name: Upload coverage reports to Codecov
4043
uses: codecov/codecov-action@v5
4144
with:

0 commit comments

Comments
 (0)