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 f74412b + 5440fae commit 8d9bef7Copy full SHA for 8d9bef7
.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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
files: ./coverage.out
0 commit comments