We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab241a commit f01db94Copy full SHA for f01db94
1 file changed
.github/workflows/codecov.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: Run tests
37
run: |
38
pytest --cov=circuitpython_functools --cov-branch --cov-report=xml
39
+ - name: Show XML file
40
+ run: |
41
+ cat coverage.xml
42
- name: Upload coverage reports to Codecov
43
uses: codecov/codecov-action@v5
44
with:
0 commit comments