Skip to content

Commit 11919bb

Browse files
committed
Use GH Action for codecov upload
1 parent 3e0a2b3 commit 11919bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ jobs:
5050
- name: Test with pytest
5151
run: |
5252
python -m pytest --cov=cornac
53+
54+
- name: Upload coverage reports to Codecov
55+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)