We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c7c39 commit 2ed35e9Copy full SHA for 2ed35e9
.github/workflows/go-test.yml
@@ -53,7 +53,7 @@ jobs:
53
- run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
54
55
- name: Upload coverage to codecov
56
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
57
with:
58
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
59
flags: '${{ matrix.go_version }}'
0 commit comments