We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07a052 commit 256a91eCopy full SHA for 256a91e
1 file changed
.github/workflows/test.yaml
@@ -43,7 +43,7 @@ jobs:
43
run: pre-commit run --all-files
44
45
- name: Run tests with coverage
46
- run: pytest --cov --cov-config=.coveragerc
+ run: pytest --cov --cov-config=.coveragerc --cov-report=xml
47
48
- name: List all files in current directory
49
run: ls -la
@@ -52,4 +52,4 @@ jobs:
52
uses: actions/upload-artifact@v4
53
with:
54
name: coverage-report
55
- path: .coverage
+ path: coverage.xml
0 commit comments