Преглед на файлове

Use JaCoCo xml report for coverage (see MMF-1651) (#1526)

tags/7.8
Tibor Blenessy преди 5 години
родител
ревизия
1fd715525d
променени са 1 файла, в които са добавени 10 реда и са изтрити 0 реда
  1. 10
    0
      build.gradle

+ 10
- 0
build.gradle Целия файл

@@ -266,6 +266,13 @@ subprojects {
// when needed (see protobuf modules for example)
}

jacocoTestReport {
reports {
xml.enabled true
csv.enabled false
html.enabled false
}
}

test {
jvmArgs '-Dfile.encoding=UTF8'
@@ -279,6 +286,9 @@ subprojects {
enabled = project.hasProperty('jacocoEnabled')
includes = ['com.sonar.*', 'com.sonarsource.*', 'org.sonar.*', 'org.sonarqube.*', 'org.sonarsource.*', 'io.sonarcloud.*']
}
if (project.hasProperty('jacocoEnabled')) {
finalizedBy 'jacocoTestReport'
}
if (project.hasProperty('maxParallelTests')) {
maxParallelForks = project.maxParallelTests as int
}

Loading…
Отказ
Запис