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 d354184 + 734fb83 commit a2fb603Copy full SHA for a2fb603
.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@84508663e988701840491b86de86b666e8a86bed # v4.3.0
+ - uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
27
env:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29
0 commit comments