We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6368b84 commit f234d67Copy full SHA for f234d67
.github/workflows/go-test.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
50
51
- name: Upload coverage to codecov
52
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
53
with:
54
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
55
flags: '${{ matrix.go_version }}'
0 commit comments