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.
1 parent 890a959 commit 99d09d0Copy full SHA for 99d09d0
.github/workflows/cover.yaml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
go-version: '1.20'
25
- run: "PATH=/usr/local/go/bin:$PATH make test-cover"
26
- - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
+ - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
0 commit comments