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:
parent
6284e4821d
commit
e61e925389
@ -14,7 +14,7 @@ script:
|
|||||||
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
|
- diff -u <(echo -n) <(./internal/scripts/autogen_licences.sh .)
|
||||||
- diff -u <(echo -n) <(golint ./...)
|
- diff -u <(echo -n) <(golint ./...)
|
||||||
after_success:
|
after_success:
|
||||||
- ./internal/scripts/coverage.sh
|
- ./private/scripts/coverage.sh
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
@ -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
|
- the `tcell` unit test can now pass in headless mode (when TERM="") which
|
||||||
happens under bazel.
|
happens under bazel.
|
||||||
|
- fixed path to the coverage script after the rename if directory "internal" to
|
||||||
|
"private".
|
||||||
|
|
||||||
## [0.12.0] - 10-Apr-2020
|
## [0.12.0] - 10-Apr-2020
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user