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 649b593 commit 7d116b5Copy full SHA for 7d116b5
.github/workflows/test.yaml
@@ -24,6 +24,6 @@ jobs:
24
go test -v -coverprofile coverage.out -covermode atomic ./...
25
26
- name: Upload coverage reports to Codecov
27
- uses: codecov/codecov-action@cd4e7cf31ae2a4bcefb694e31a62869ebbd161af
+ uses: codecov/codecov-action@3440e5ef70c638a9f44602a80ab017feee1309fe
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments