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 494a777 + 42f006c commit 6bd683bCopy full SHA for 6bd683b
.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@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
+ uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
55
with:
56
token: ${{ secrets.CODECOV_TOKEN }}
57
files: ./coverage.out
0 commit comments