Skip to content

Commit

Permalink
chore: add codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudac7 committed Apr 11, 2024
1 parent 4f738ae commit 5681118
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ jobs:
run: |
poetry run coverage run --source=./catflow -m pytest -v tests/
poetry run coverage report
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: chenggroup/catflow

0 comments on commit 5681118

Please sign in to comment.