Skip to content

Commit

Permalink
ci: introduce codecov token (#1025)
Browse files Browse the repository at this point in the history
Additionally, bump `codecov-action` to 4.5.0
  • Loading branch information
supervacuus committed Aug 1, 2024
1 parent 45fa26b commit 131a1ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,12 @@ jobs:
- name: "Upload to codecov.io"
if: ${{ contains(env['RUN_ANALYZER'], 'cov') }}
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # pin@v4.4.1
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@v4.5.0
with:
directory: coverage
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true

archive:
name: Create Release Archive
Expand Down

0 comments on commit 131a1ee

Please sign in to comment.