Skip to content

Commit

Permalink
Remove args from coverage lcov command.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-azarchs committed Jun 1, 2022
1 parent 313343d commit 6be4b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ relative_files = True
"--rcfile=" + rcfile_name,
"-o",
output_filename
] + args,
],
env=env,
cwd=workspace
)
Expand Down

0 comments on commit 6be4b7e

Please sign in to comment.