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 9516d87 + 0010c4b commit 5d02f11Copy full SHA for 5d02f11
.github/workflows/cover.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
go-version: '1.21'
25
- run: "PATH=/usr/local/go/bin:$PATH make test-cover"
26
- - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
+ - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
0 commit comments