We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311e740 commit a0b2c84Copy full SHA for a0b2c84
1 file changed
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
go-version: 1.24
29
- run: go test -v ./... -coverprofile=coverage.txt -covermode=count
30
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
31
32
token: ${{ secrets.CODECOV_TOKEN }}
33
verbose: true
0 commit comments