We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c506a4b commit 990d723Copy full SHA for 990d723
.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@015f24e6818733317a2da2edd6290ab26238649a # v5
+ uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
29
env:
30
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments