Codebase list golang-github-mattn-go-runewidth / 8c24528
Enable codecov Yasuhiro Matsumoto 4 years ago
1 changed file(s) with 9 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 language: go
1 sudo: false
12 go:
3 - 1.13.x
24 - tip
5
36 before_install:
4 - go get github.com/mattn/goveralls
5 - go get golang.org/x/tools/cmd/cover
7 - go get -t -v ./...
8
69 script:
7 - go generate
8 - git diff --cached --exit-code
9 - $HOME/gopath/bin/goveralls -repotoken lAKAWPzcGsD3A8yBX3BGGtRUdJ6CaGERL
10 - ./go.test.sh
11
12 after_success:
13 - bash <(curl -s https://codecov.io/bash)