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 3f77583 + df4a1f5 commit 71ea084Copy full SHA for 71ea084
.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@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
0 commit comments