From e61e9253892b920887efdf9e23d295db3c777e50 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 20 Jun 2020 15:12:05 -0400 Subject: [PATCH] Fixing coverage script. --- .travis.yml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cb2fe3..a95d68e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c49b973..324a257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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