mooc-software-testing
mooc-software-testing copied to clipboard
ignoring unnecessarily generated jacoco report
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.