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.
1 parent 98a1943 commit 3fe9a96Copy full SHA for 3fe9a96
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: golangci/golangci-lint-action@v6
17
with: { version: "latest" }
18
- run: make cov
19
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
20
env: { CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" }
21
test:
22
strategy:
0 commit comments