We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a69d270 commit 449c100Copy full SHA for 449c100
1 file changed
.github/workflows/pythonpackage.yml
@@ -32,9 +32,10 @@ jobs:
32
run: |
33
pip install coverage
34
coverage run -m unittest discover
35
+ coverage xml -o codecov_report.xml
36
- uses: codecov/codecov-action@v1.0.2
37
with:
38
token: ${{secrets.CODECOV_TOKEN}} #required
- file: ./.coverage #optional
39
+ file: ./codecov_report.xml #optional
40
flags: unittests #optional
41
name: codecov-umbrella #optional
0 commit comments