Skip to content

Commit

Permalink
diff-test-selection: skip jacoco, animal sniffer and rat checks when …
Browse files Browse the repository at this point in the history
…running openclover (#977)
  • Loading branch information
danglotb authored Dec 9, 2020
1 parent be18960 commit 1cc8911
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ public void instrumentAndRunTest(String pathToRootOfProject) {
"clean",
"org.openclover:clover-maven-plugin:4.4.1:setup",
"test",
"-Djacoco.skip=true"
"-Drat.skip=true",
"-Djacoco.skip=true",
"-Danimal.sniffer.skip=true"
);
}

Expand Down

0 comments on commit 1cc8911

Please sign in to comment.