Skip to content

Commit

Permalink
Update python-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enzofrnt committed May 17, 2024
1 parent 18848d4 commit 2e0b3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: coverage-report
path: ./test/app/htmlcov
- name: Report Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./test/app/htmlcov/coverage.xml
Expand Down

0 comments on commit 2e0b3e0

Please sign in to comment.