Skip to content

Commit bd96304

Browse files
chore: reenable HTML report generation for tests (#1339)
1 parent 327b197 commit bd96304

2 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ jobs:
115115
with:
116116
name: unit-tests
117117
path: |
118-
core/build/paparazzi
119-
core/build/reports/paparazzi
120-
core/build/test-results
118+
*/build/paparazzi
119+
*/build/reports/paparazzi
120+
*/build/reports/tests
121+
*/build/test-results
121122
122123
instrumented-tests:
123124
runs-on: ubuntu-latest

buildSrc/src/main/kotlin/library.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,3 @@ android {
7070
}
7171
}
7272
}
73-
74-
// Temporary workaround for Gradle 9.3.0 compatibility with Paparazzi 2.0.0-alpha04
75-
// Disable HTML report generation for test tasks to avoid NoSuchMethodError with TestResultsProvider
76-
tasks.withType<Test>().configureEach {
77-
reports.html.required = false
78-
}

0 commit comments

Comments
 (0)