Skip to content

Commit

Permalink
Fix Jacoco report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed Sep 17, 2024
1 parent 22cc96f commit 21da8ee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ private Collection<? extends PartGrader<LaunchingContext>> graders() {
new Part1Grader("Part 1 - Git History", 4.0D, 0.5D),
new MavenCompileAndTestPartGrader<>(
"Part 2 - Compilation Maven",
2.0D,
c -> List.of("validate")),
2.0D),
new GitHubActionsPartGrader<>("Part 3 - GitHub CI", 2.0D),
new JacocoCoveragePartGrader<>("Part 4 - 100% test coverage", 6, 1.0D)
);
Expand Down

0 comments on commit 21da8ee

Please sign in to comment.