We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62aa9c9 commit c2a1f67Copy full SHA for c2a1f67
.github/workflows/ci.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: go test -v ./pkg/...
40
41
- name: Report coverage
42
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v5.1.2
43
44
build:
45
runs-on: ubuntu-latest
.github/workflows/unit-test.yml
@@ -28,4 +28,4 @@ jobs:
28
29
30
31
0 commit comments