Skip to content

Commit

Permalink
Merge pull request #1255 from hcoles/bug/misleading_empty_project_war…
Browse files Browse the repository at this point in the history
…ning

fix message for #1254
  • Loading branch information
hcoles authored Oct 3, 2023
2 parents 7879855 + 815fbd1 commit f014305
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 f014305

Please sign in to comment.