Trying to fix code coverage

This commit is contained in:
Marcin Grzejszczak
2016-08-12 15:09:22 +02:00
parent 6d979dd3db
commit a881fc449d

View File

@@ -28,7 +28,7 @@ dependencies:
- ./scripts/downloadDependencies.sh
test:
override:
- ./mvnw clean install -P docs,integration -U $MVN_LOCAL_OPTS
- ./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -Pdocs,integration,sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;