We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ac942c + 54a7b97 commit badbf24Copy full SHA for badbf24
.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.6.0
+ uses: codecov/codecov-action@v5.4.2
22
with:
23
files: ./cover.out
0 commit comments