Skip to content

Commit

Permalink
Merge pull request #1480 from urfave/update-codecov-action
Browse files Browse the repository at this point in the history
Update version of codecov action
  • Loading branch information
meatballhat committed Sep 6, 2022
2 parents 31c5137 + 6245c0a commit 94c9951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli.yml
Expand Up @@ -61,8 +61,9 @@ jobs:

- name: Upload coverage to Codecov
if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

test-docs:
Expand Down

0 comments on commit 94c9951

Please sign in to comment.