My team need to see the real coverage rate all the time, and it costs too much time if we run all the tests everytime we build and deploy our app.
So we add -DskipTests and -Djacoco.skip=true when we run ‘mvn clean install’.
My team need to see the real coverage rate all the time, and it costs too much time if we run all the tests everytime we build and deploy our app.
So we add -DskipTests and -Djacoco.skip=true when we run ‘mvn clean install’.