Skip to content

Commit

Permalink
automation: fix codecov GHA
Browse files Browse the repository at this point in the history
Ensure the codecov token is provided to the action using in the proper
way

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Nov 5, 2024
1 parent c4f7d03 commit e74cdad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,12 @@ jobs:

- name: Upload unit-tests coverage to Codecov
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
with:
files: lcov.info
fail_ci_if_error: true
name: unit-tests and e2e-tests
verbose: true
token: ${{ secrets.CODECOV_ORG_TOKEN }}

fmt:
name: Rustfmt
Expand Down

0 comments on commit e74cdad

Please sign in to comment.