Skip to content

Commit

Permalink
ci: Attempts to resolve issues with uploading coverage to Codecov. (#…
Browse files Browse the repository at this point in the history
…2641)

* ci: Attempts to resolve issues with uploading covarage to Codecov.

Signed-off-by: Vasil Boyadzhiev <[email protected]>

* ci: Updating permissions to enable dependabot to post to codecov.

Signed-off-by: Vasil Boyadzhiev <[email protected]>

---------

Signed-off-by: Vasil Boyadzhiev <[email protected]>
  • Loading branch information
san-est authored Nov 12, 2024
1 parent ac49141 commit cd29e91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ defaults:

permissions:
contents: read
pull-requests: write

env:
CG_EXEC: ionice -c 2 -n 2 nice -n 19
Expand Down Expand Up @@ -169,4 +170,4 @@ jobs:
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit cd29e91

Please sign in to comment.