From c7c2ceda7776f09819ee6eea345d4ab716cf0c12 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Mon, 21 Sep 2015 16:53:08 +0300 Subject: [PATCH] [COVERAGE] Turn off coverage We need to fix .coveragerc and turn off coverage in one patch, since cover.sh scrip launch check for previous patch which contain uncompatible with coverage 4.0 option. Also, fix for floating bug is required. Change-Id: I4cc49c01bc5bb633f08353762f963cb4343fc6cb Partial-Bug: #1497897 --- .coveragerc | 1 - tests/ci/cover.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 67d82be5..e72d1d12 100644 --- a/.coveragerc +++ b/.coveragerc @@ -3,5 +3,4 @@ branch = True source = rally [report] -ignore-errors = True precision = 3 diff --git a/tests/ci/cover.sh b/tests/ci/cover.sh index 9a7d7224..b2a600fb 100755 --- a/tests/ci/cover.sh +++ b/tests/ci/cover.sh @@ -15,6 +15,8 @@ # License for the specific language governing permissions and limitations # under the License. +exit 0 + ALLOWED_EXTRA_MISSING=4 show_diff () {