We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fe63c commit 6cfc1ebCopy full SHA for 6cfc1eb
.github/workflows/unit.yaml
@@ -20,7 +20,7 @@ jobs:
20
go-version-file: "go.mod"
21
- run: make unit
22
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
23
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
24
with:
25
disable_search: true
26
files: coverage.out
0 commit comments