Skip to content

Commit

Permalink
diff-test-selection: bump the version of openclover to support JUnit5…
Browse files Browse the repository at this point in the history
… tests (#976)
  • Loading branch information
danglotb authored Dec 2, 2020
1 parent a2978b5 commit be18960
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public void instrumentAndRunTest(String pathToRootOfProject) {
runGoals(
pathToRootOfProject,
"clean",
"org.openclover:clover-maven-plugin:4.2.0:setup",
"org.openclover:clover-maven-plugin:4.4.1:setup",
"test",
""
"-Djacoco.skip=true"
);
}

Expand Down

0 comments on commit be18960

Please sign in to comment.