We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5587d8b commit d2c318eCopy full SHA for d2c318e
.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@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
+ uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
61
with:
62
env_vars: OS
63
- name: Run Go tests w/ `-race`
0 commit comments