Skip to content

Commit

Permalink
Merge branch 'main' into release-process-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Sep 6, 2022
2 parents 49f6440 + 94c9951 commit f1b2ed0
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 f1b2ed0

Please sign in to comment.