1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-27 13:48:49 +08:00

Fixing coverage script.

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

View File

@ -14,7 +14,7 @@ script:
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
- diff -u <(echo -n) <(golint ./...)
after_success:
- ./internal/scripts/coverage.sh
- ./private/scripts/coverage.sh
env:
global:
- CGO_ENABLED=0

View File

@ -13,6 +13,8 @@ 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".
## [0.12.0] - 10-Apr-2020