Skip to content

Commit

Permalink
Merge pull request #1898 from urfave/update-codecov
Browse files Browse the repository at this point in the history
Update to latest codecov action
  • Loading branch information
meatballhat committed Apr 30, 2024
2 parents 8996374 + 93c4b34 commit 0e2f6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli.yml
Expand Up @@ -38,10 +38,11 @@ jobs:
- if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
run: make v3diff
- if: success() && matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

test-docs:
name: test-docs
Expand Down

0 comments on commit 0e2f6a1

Please sign in to comment.