Skip to content

Commit

Permalink
Allow coverage testing to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Jan 1, 2025
1 parent 0e408d1 commit 78e5747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ run_cpancover() {
local cmd
cmd="$cpancover --results_dir $results_dir --workers $(nice_cpus) $*"
((verbose)) && pi "$cmd"
$cmd
$cmd || true
}

recipe_cpancover() {
Expand Down

0 comments on commit 78e5747

Please sign in to comment.