File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ project :
4+ default :
5+ target : 0%
6+ patch :
7+ default :
8+ target : 0%
9+
10+ comment : false
Original file line number Diff line number Diff line change @@ -9,12 +9,16 @@ install:
99 - go get github.com/mattn/goveralls
1010 - go get github.com/golang/lint/golint
1111 - go get honnef.co/go/unused/cmd/unused
12+ - go get github.com/haya14busa/goverage
1213
1314before_script :
1415 - vim --cmd version --cmd quit
1516
1617script :
1718 - go test -v -race ./...
18- - goveralls -service=travis-ci
19+ - goverage -coverprofile=coverage.txt ./...
1920 - vim -u NONE -N --cmd "let &rtp .= ',' . getcwd()" -S go/generate.vim -c ":q"
2021 - (! git diff | grep '^') # check diff
22+
23+ after_success :
24+ - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments