Skip to content

Commit 77357eb

Browse files
committed
ci: codeconv for github actions
1 parent 9576369 commit 77357eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ jobs:
2525
- name: Run tests
2626
run: |
2727
./scripts/test
28+
- name: Upload coverage to Codecov
29+
if: runner.os == 'Linux'
30+
uses: codecov/codecov-action@v1.0.3
31+
with:
32+
token: ${{secrets.CODECOV_TOKEN}}
33+
file: ./coverage.xml
34+
flags: unittests
35+
name: codecov-umbrella

0 commit comments

Comments
 (0)