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 4ba6065 + bd1854e commit 8ccef79Copy full SHA for 8ccef79
.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.4.0
22
with:
23
files: ./cover.out
0 commit comments