There was an error while loading. Please reload this page.
1 parent 4b2c150 commit 4fcb681Copy full SHA for 4fcb681
1 file changed
bot/code_coverage_bot/grcov.py
@@ -13,7 +13,7 @@ def report(artifacts, source_dir=None, out_format="covdir", options=[]):
13
"lcov",
14
"coveralls+",
15
), "Unsupported output format"
16
- cmd = ["grcov", "-t", out_format]
+ cmd = ["grcov", "--ignore-parsing-error", "-t", out_format]
17
18
# Coveralls+ is only needed for zero-coverage reports
19
if out_format == "coveralls+":
0 commit comments