Skip to content

Commit

Permalink
ci: include Codecov token for reliable uploads
Browse files Browse the repository at this point in the history
Reference: codecov/codecov-action#557

Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Apr 8, 2024
1 parent a8cd5d4 commit 454bb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
with:
files: ./lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

push-image:
name: Docker Image Build
Expand Down

0 comments on commit 454bb2c

Please sign in to comment.