We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2f1d5 commit 6501d9fCopy full SHA for 6501d9f
1 file changed
.github/workflows/lint-test.yml
@@ -46,7 +46,7 @@ jobs:
46
run: go test -skip 'TestStateOperationsWithinThreshold' -coverprofile=coverage.out -covermode=atomic $(go list ./... | grep -v '/ci') || echo continue
47
48
- name: upload coverage to codecov
49
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
50
with:
51
files: ./coverage.out
52
fail_ci_if_error: false
0 commit comments