Skip to content

Commit 660c8d1

Browse files
authored
Merge pull request #133 from tao558/fix-codecov
Switch to xml for coverage reports
2 parents ad6345c + 8c4df7a commit 660c8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,12 @@ jobs:
9191
export PATH=~/castxml/bin:$PATH
9292
coverage run -m unittests.test_all
9393
coverage combine
94+
coverage xml
9495
- name: Upload coverage to Codecov
9596
uses: codecov/codecov-action@v1
9697
with:
9798
token: ${{ secrets.CODECOV_TOKEN }}
98-
file: .coverage
99+
file: coverage.xml
99100
flags: unittests
100101
env_vars: OS,PYTHON
101102
name: codecov-umbrella

0 commit comments

Comments
 (0)