Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update coverage prefix of the code coverage build from the build server.
  • Loading branch information
nth10sd committed Aug 5, 2018
1 parent 416cbcc commit 801ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funfuzz/ccoverage/gatherer.py
Expand Up @@ -55,7 +55,7 @@ def gather_coverage(dirpath):
"-t", "coveralls+",
"--commit-sha", fm_conf.get("Main", "product_version"),
"--token", "NONE",
"-p", "/srv/jenkins/jobs/mozilla-central-clone/workspace/"],
"-p", "/srv/jenkins/jobs/coverage-clone-mozilla-central/workspace/"],
check=True,
stdout=subprocess.PIPE).stdout.decode("utf-8", errors="replace")
RUN_COV_LOG.info("Finished generating grcov data")
Expand Down

0 comments on commit 801ddb9

Please sign in to comment.