File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 55 - " 1.x"
66 - " 1.13"
77 - " 1.16.x"
8+ - tip
89 - master
910
11+ before_install :
12+ - go get -t -v ./...
13+
1014install :
1115 - go get -v github.com/stretchr/testify
1216
17+ script :
18+ - go test -race -coverprofile=coverage.txt -covermode=atomic
19+
20+ after_success :
21+ - bash <(curl -s https://codecov.io/bash)
22+
1323matrix :
1424 fast_finish : true
1525 include :
Original file line number Diff line number Diff line change 22
33[ ![ tag] ( https://img.shields.io/github/tag/TeaEntityLab/fpGo.svg )] ( https://github.com/TeaEntityLab/fpGo )
44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/TeaEntityLab/fpGo )] ( https://goreportcard.com/report/github.com/TeaEntityLab/fpGo )
5- [ ![ cover.run ] ( https://cover.run/go/github.com/ TeaEntityLab/fpGo.svg?style=flat&tag=golang-1.10 )] ( https://cover.run/go?tag=golang-1.10&repo=github.com%2FTeaEntityLab%2FfpGo )
5+ [ ![ codecov ] ( https://codecov.io/gh/ TeaEntityLab/fpGo/branch/master/graph/badge .svg )] ( https://codecov.io/gh/TeaEntityLab/fpGo )
66[ ![ Travis CI Build Status] ( https://api.travis-ci.org/TeaEntityLab/fpGo.svg?branch=master )] ( https://travis-ci.org/TeaEntityLab/fpGo )
77[ ![ GoDoc] ( https://godoc.org/github.com/TeaEntityLab/fpGo?status.svg )] ( https://godoc.org/github.com/TeaEntityLab/fpGo )
88
You can’t perform that action at this time.
0 commit comments