Added bld badge

This commit is contained in:
Erik C. Thauvin 2023-08-16 14:16:40 -07:00
parent ca65b86e1d
commit 5a0dbdffed
2 changed files with 2 additions and 1 deletions

View file

@ -75,7 +75,7 @@ public class TemplateRenderersBuild extends Project {
new TemplateRenderersBuild().start(args);
}
@BuildCommand(summary = "Generates Jacoco Reports")
@BuildCommand(summary = "Generates JaCoCo Reports")
public void jacoco() throws IOException {
new JacocoReportOperation()
.fromProject(this)