Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
codecoverage/bot: Don't pass the prefix option to grcov, as the prefi…
Browse files Browse the repository at this point in the history
…x is already removed on test machines (#1575)
  • Loading branch information
marco-c authored and garbas committed Oct 10, 2018
1 parent eaeae5e commit 1357eea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/codecoverage/bot/code_coverage_bot/grcov.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def report(artifacts, source_dir=None, service_number=None, commit_sha='unused',
cmd = [
'grcov',
'-t', out_format,
'-p', '/home/worker/workspace/build/src/',
]

if 'coveralls' in out_format:
Expand Down

0 comments on commit 1357eea

Please sign in to comment.