We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb2eb2 + f2d87b2 commit 2a83ccbCopy full SHA for 2a83ccb
.github/workflows/test.yaml
@@ -37,7 +37,7 @@ jobs:
37
go test -v -coverprofile=coverage.out ./...
38
39
- name: Upload coverage reports to Codecov
40
- uses: codecov/codecov-action@v5.2.0
+ uses: codecov/codecov-action@v5.3.0
41
with:
42
files: ./coverage.out
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments