Skip to content

Commit

Permalink
Codecov action update to support new token format (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-skipper authored Dec 11, 2023
1 parent ce3b7d1 commit 35325ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,8 @@ jobs:
run: make test cov-xml
- name: Upload to Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
build-pypi:
name: Build PyPi 📦
Expand Down

0 comments on commit 35325ed

Please sign in to comment.