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 5d165df commit fcc349aCopy full SHA for fcc349a
.github/workflows/go-test.yml
@@ -48,7 +48,7 @@ jobs:
48
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
+ - name: Upload coverage to codecov [bump]
52
uses: codecov/codecov-action@v5
53
with:
54
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'
0 commit comments