File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 exit 1
2727 fi
2828 - run : go vet ./...
29+ - name : Upload coverage reports to Codecov
30+ uses : codecov/codecov-action@v5
31+ with :
32+ token : ${{ secrets.CODECOV_TOKEN }}
2933
3034 bench :
3135 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11.idea /
2+ .gstack /
Original file line number Diff line number Diff line change 11[ ![ CI] ( https://github.com/schigh/str/actions/workflows/ci.yml/badge.svg )] ( https://github.com/schigh/str/actions/workflows/ci.yml )
22[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/schigh/str.svg )] ( https://pkg.go.dev/github.com/schigh/str )
33[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/schigh/str )] ( https://goreportcard.com/report/github.com/schigh/str )
4+ [ ![ codecov] ( https://codecov.io/github/schigh/str/graph/badge.svg?token=vzYvIwXOLk )] ( https://codecov.io/github/schigh/str )
45
56# str
67
You can’t perform that action at this time.
0 commit comments