Skip to content

Commit c34f729

Browse files
authored
Merge pull request #268 from takluyver/ci-cov-xml
Make coverage report in XML for codecov
2 parents bbd87c1 + 90f0674 commit c34f729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install tox tox-gh-actions
2323
2424
- name: Run tests
25-
run: tox -- -v
25+
run: tox -- -v --cov-report=xml
2626

2727
- name: Codecov upload
2828
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)