We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c68518 commit 81cd605Copy full SHA for 81cd605
.github/workflows/tests.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run Go tests
58
run: go test -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
59
- name: Upload Coverage Report
60
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
61
with:
62
env_vars: OS
63
- name: Run Go tests w/ `-race`
0 commit comments