Skip to content

Commit

Permalink
run_coverage: squelch the annoying progress messages
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
  • Loading branch information
newren committed Jul 7, 2024
1 parent 55e5b3a commit c190e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/run_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exitcode=$?
set -e

cd $tmpdir
coverage3 combine
coverage3 combine -q
coverage3 html -d $orig_dir/report
coverage3 report -m
cd $orig_dir
Expand Down

0 comments on commit c190e34

Please sign in to comment.