We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29bce6 commit 980ce21Copy full SHA for 980ce21
1 file changed
lib/android/app/build.gradle
@@ -97,7 +97,7 @@ android {
97
testOptions {
98
unitTests.all { t ->
99
reports {
100
- html.enabled true
+ html.required.set true
101
}
102
testLogging {
103
events "PASSED", "SKIPPED", "FAILED", "standardOut", "standardError"
0 commit comments