We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd3b29 commit bc7448dCopy full SHA for bc7448d
.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@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
29
env:
30
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments