From 7dd3a675e6b3b322e0a7f541b7a044ddd953ef9c Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 18 Dec 2019 11:24:01 +0100 Subject: [PATCH 1/2] Update grcov to version 0.5.6 --- bot/ci/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/ci/bootstrap.sh b/bot/ci/bootstrap.sh index 71eec6284..1fa70748e 100755 --- a/bot/ci/bootstrap.sh +++ b/bot/ci/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/bash -ex -GRCOV_VERSION="v0.5.3" +GRCOV_VERSION="v0.5.6" MERCURIAL_VERSION="5.1" VERSION_CONTROL_TOOLS_REV="709c897f2444" From d00321009d8c7b4d6ce388b668362bf674b5af88 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Wed, 18 Dec 2019 11:47:56 +0100 Subject: [PATCH 2/2] --ignore-dir parameter has been renamed to --ignore --- bot/tests/test_grcov.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/tests/test_grcov.py b/bot/tests/test_grcov.py index 802e457ac..caa21112b 100644 --- a/bot/tests/test_grcov.py +++ b/bot/tests/test_grcov.py @@ -206,7 +206,7 @@ def test_report_options(grcov_artifact, jsvm_artifact): output = grcov.report( [grcov_artifact, jsvm_artifact], out_format="covdir", - options=["--ignore-dir", "toolkit/*"], + options=["--ignore", "toolkit/*"], ) report = json.loads(output.decode("utf-8")) assert report == {