Merge pull request #1480 from urfave/update-codecov-action

Update version of codecov action
main
Dan Buch 2 years ago committed by GitHub
commit 94c9951e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save