Skip to content

Commit

Permalink
ci: update codecov-action from v3 to v4
Browse files Browse the repository at this point in the history
Version 4.4.1 provides a bugfix to correctly detect tokenless upload for
PRs from forks:

codecov/codecov-action#1437
codecov/codecov-action#1431

Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git committed Jul 23, 2024
1 parent b2a1cfe commit befdcee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
build:
if: ${{ github.repository == 'checkpoint-restore/go-criu' }}
runs-on: ubuntu-latest
name: Code coverage
steps:
Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:
sudo -E make coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
file: test/.coverage/coverage.out
Expand Down

0 comments on commit befdcee

Please sign in to comment.