mirror of https://github.com/gdamore/tcell.git
Adding codecov coverage tooling.
This commit is contained in:
parent
98527ba5f4
commit
831f7d0487
|
@ -6,3 +6,12 @@ go:
|
|||
- 1.7.x
|
||||
- 1.8.x
|
||||
- master
|
||||
|
||||
before_install:
|
||||
- go get -t -v ./...
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in New Issue