We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b87895 commit 417091cCopy full SHA for 417091c
.github/workflows/go-coverage.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Run go test with coverage
19
run: COVER_PROFILE=coverage.txt make test
20
- name: Codecov upload
21
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v5.3.1
22
with:
23
files: ./cover.out
0 commit comments