Skip to content

Commit

Permalink
chore(ci): fix code coverage uploads (#183)
Browse files Browse the repository at this point in the history
Also, bump golangci-lint-action version.
  • Loading branch information
mccutchen authored Sep 13, 2024
1 parent dff73e2 commit 0e8cd05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .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 All @@ -45,6 +48,6 @@ jobs:
with:
go-version: 'stable'

- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
version: latest

0 comments on commit 0e8cd05

Please sign in to comment.