Skip to content

Commit

Permalink
Update Codecov action to v3 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Dec 3, 2023
1 parent 33f0caf commit 589ec0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: v2
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
build_1_18:
name: Build with Go 1.18
runs-on: ubuntu-latest
Expand Down

0 comments on commit 589ec0e

Please sign in to comment.