Skip to content
Snippets Groups Projects
Commit 7c3d16d6 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Fixed Jacoco configuration

parent 9ec25d31
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ plugins {
id 'org.springframework.boot' version '2.7.12'
id 'io.spring.dependency-management' version '1.1.0'
id 'com.gorylenko.gradle-git-properties' version '2.4.1'
id 'org.sonarqube' version '3.2.0'
id 'org.sonarqube' version '3.3'
id 'com.google.protobuf' version '0.9.3'
}
......@@ -188,12 +188,12 @@ tasks.register('integrationTest', Test) {
jacoco {
toolVersion = "0.8.8"
reportsDirectory = layout.buildDirectory.dir('customJacocoReportDir')
reportsDirectory = layout.buildDirectory.dir('jacoco')
}
jacocoTestReport {
reports {
xml.required = false
xml.required = true
csv.required = false
html.outputLocation = layout.buildDirectory.dir('jacocoHtml')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment