Skip to content

Commit

Permalink
chore(ci): fix code coverage uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
mccutchen committed Sep 13, 2024
1 parent dff73e2 commit 77b1f45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
- name: test
run: make testci

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: ${{ matrix.go-version == 'stable' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 77b1f45

Please sign in to comment.