mooc-software-testing icon indicating copy to clipboard operation
mooc-software-testing copied to clipboard

ignoring unnecessarily generated jacoco report

Open java-codehunger opened this issue 1 year ago • 0 comments

In our analysis, we observe that the target/site/ directory is generated but not later used during the CI build. Hence, we propose to disable generating this directory to save runtime. The generation of this directory can be disabled by simply adding -Djacoco.skip=true to the mvn command.

java-codehunger avatar Mar 09 '23 03:03 java-codehunger