Skip to content

Commit

Permalink
update codecov action in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prakaa committed Jun 5, 2024
1 parent 84db0e5 commit bbcedc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
source $VENV
poetry run pytest
# Code coverage to codecov.io
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: tests/coverage.xml
flags: unittests # optional
name: codecov-umbrella # optional
Expand Down

0 comments on commit bbcedc2

Please sign in to comment.