Skip to content

Commit

Permalink
Use GH Action for codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Apr 15, 2023
1 parent 3e0a2b3 commit 11919bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ jobs:
- name: Test with pytest
run: |
python -m pytest --cov=cornac
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 11919bb

Please sign in to comment.