Switching coveralls to Github app.

This commit is contained in:
Jakub Sobon 2020-06-20 15:20:12 -04:00
parent 7faa010fb3
commit f0eac874cc
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
3 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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