mirror of https://github.com/mum4k/termdash.git
Switching coveralls to Github app.
This commit is contained in:
parent
7faa010fb3
commit
f0eac874cc
|
@ -13,8 +13,6 @@ script:
|
|||
- diff -u <(echo -n) <(gofmt -d -s .)
|
||||
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
|
||||
- diff -u <(echo -n) <(golint ./...)
|
||||
after_success:
|
||||
- ./private/scripts/coverage.sh
|
||||
env:
|
||||
global:
|
||||
- CGO_ENABLED=0
|
||||
|
|
|
@ -13,8 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- the `tcell` unit test can now pass in headless mode (when TERM="") which
|
||||
happens under bazel.
|
||||
- fixed path to the coverage script after the rename if directory "internal" to
|
||||
"private".
|
||||
- switching coveralls integration to Github application.
|
||||
|
||||
## [0.12.0] - 10-Apr-2020
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
go get github.com/go-playground/overalls && go get github.com/mattn/goveralls
|
||||
|
||||
overalls -project=github.com/mum4k/termdash -covermode=count
|
||||
goveralls -coverprofile=overalls.coverprofile -service travis-ci
|
Loading…
Reference in New Issue