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 77b8f82 commit 1745704Copy full SHA for 1745704
.github/workflows/pull-request.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
go test -v -coverprofile coverage.out -covermode atomic ./...
52
- name: Publish coverage
53
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
56
build:
.github/workflows/release-dev.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Test
29
run: go test -v -coverprofile coverage.out -covermode atomic ./...
30
31
32
33
34
publish:
0 commit comments