Skip to content

Commit 256a91e

Browse files
Convert to xml coverage
1 parent e07a052 commit 256a91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pre-commit run --all-files
4444

4545
- name: Run tests with coverage
46-
run: pytest --cov --cov-config=.coveragerc
46+
run: pytest --cov --cov-config=.coveragerc --cov-report=xml
4747

4848
- name: List all files in current directory
4949
run: ls -la
@@ -52,4 +52,4 @@ jobs:
5252
uses: actions/upload-artifact@v4
5353
with:
5454
name: coverage-report
55-
path: .coverage
55+
path: coverage.xml

0 commit comments

Comments
 (0)