Skip to content

Commit 449c100

Browse files
committed
fix report
1 parent a69d270 commit 449c100

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
run: |
3333
pip install coverage
3434
coverage run -m unittest discover
35+
coverage xml -o codecov_report.xml
3536
- uses: codecov/codecov-action@v1.0.2
3637
with:
3738
token: ${{secrets.CODECOV_TOKEN}} #required
38-
file: ./.coverage #optional
39+
file: ./codecov_report.xml #optional
3940
flags: unittests #optional
4041
name: codecov-umbrella #optional

0 commit comments

Comments
 (0)