Skip to content

Commit

Permalink
build: Jacoco reports for unit and IT separately
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriytkach committed Dec 5, 2023
1 parent 7527ba3 commit 1ec0566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-no-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
name: coverage_reports_unit
path: |
build/jacoco-report/jacoco.xml
build/reports/jacoco/test/jacocoTestReport.xml
integration-tests:
name: Integration Tests
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
name: coverage_reports_integration
path: |
build/jacoco-report/jacoco.xml
build/reports/jacoco/test/jacocoTestReport.xml
event_file:
name: "Event File"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ tasks.withType(Test).configureEach {
excludeClassLoaders = ["*QuarkusClassLoader"]
destinationFile = layout.buildDirectory.file("jacoco-quarkus.exec").get().asFile
}
jacocoTestReport.enabled = false
}

compileJava {
Expand Down

0 comments on commit 1ec0566

Please sign in to comment.