Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Mar 11, 2023
1 parent 6aef2f0 commit 2f44f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |-
go test ./... -race -coverprofile=coverage.txt -shuffle=on
- name: Upload coverage data
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage.txt
bench:
Expand Down

0 comments on commit 2f44f37

Please sign in to comment.