We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f8ee7 commit e3cc3eaCopy full SHA for e3cc3ea
report/firefox_code_coverage/codecoverage.py
@@ -304,6 +304,7 @@ def download_grcov():
304
# Get version from grcov binary
305
grcov = os.path.join(dest, "grcov", "grcov")
306
assert os.path.exists(grcov), "Missing grcov binary"
307
+ assert os.path.isfile(grcov), "grcov should be a file"
308
version = subprocess.check_output([grcov, "--version"]).decode("utf-8")
309
310
# Compare version with currently available
0 commit comments