We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12aa07 commit 4d7eb0fCopy full SHA for 4d7eb0f
.github/workflows/test.yaml
@@ -25,6 +25,6 @@ jobs:
25
- name: Run test
26
run: go test ./... -coverprofile=coverage.txt
27
- name: Upload coverage to Codecov
28
- uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
29
env:
30
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments