Skip to content

Commit

Permalink
fix message for #1254
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Oct 3, 2023
1 parent 7879855 commit 815fbd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ protected RunDecision shouldRun() {
}

if (!notEmptyProject.test(project)) {
decision.addReason("Project has no tests, it is empty.");
decision.addReason("Project has either no tests or no production code.");
}

return decision;
Expand Down

0 comments on commit 815fbd1

Please sign in to comment.