Skip to content

Commit

Permalink
Restore JaCoCo reports
Browse files Browse the repository at this point in the history
  • Loading branch information
valb3r committed Apr 29, 2024
1 parent 8041eef commit a1ff844
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions activiti-intellij-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions activiti-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions bpmn-intellij-plugin-commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions bpmn-intellij-plugin-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions camunda-intellij-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions camunda-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions flowable-intellij-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions flowable-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}
4 changes: 2 additions & 2 deletions xml-parser-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test {
jacocoTestReport {
// Adjust the output of the test report
reports {
xml.enabled true
csv.enabled false
xml.required = true
csv.required = true
}
}

0 comments on commit a1ff844

Please sign in to comment.