Skip to content

Commit 2551637

Browse files
marco-cLa0
authored andcommitted
bot: Update grcov to version 0.5.6 (#333)
1 parent 3b11eac commit 2551637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot/ci/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -ex
2-
GRCOV_VERSION="v0.5.3"
2+
GRCOV_VERSION="v0.5.6"
33
MERCURIAL_VERSION="5.1"
44
VERSION_CONTROL_TOOLS_REV="709c897f2444"
55

bot/tests/test_grcov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def test_report_options(grcov_artifact, jsvm_artifact):
206206
output = grcov.report(
207207
[grcov_artifact, jsvm_artifact],
208208
out_format="covdir",
209-
options=["--ignore-dir", "toolkit/*"],
209+
options=["--ignore", "toolkit/*"],
210210
)
211211
report = json.loads(output.decode("utf-8"))
212212
assert report == {

0 commit comments

Comments
 (0)