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.
2 parents c75e3bb + 3547611 commit 9cb2e82Copy full SHA for 9cb2e82
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
run: go test -v -covermode=atomic -coverprofile=coverage.out ./...
53
- name: Upload coverage reports to Codecov
54
- uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
files: ./coverage.out
0 commit comments