[#199] Pull test results from Firebase Test Lab

A future iteration should generate the HTML reports from these XML files

This rolls back Flank to 21.09.0 but does maintain the ability to version Flank separately.
This commit is contained in:
Carter Jernigan 2022-04-08 14:06:34 -04:00 committed by GitHub
parent 4e5e5c4ab7
commit 482a48edb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,10 @@ if (firebaseTestLabKeyPath.isNotBlank()) {
}
flankVersion.set(libs.versions.flank.get())
filesToDownload.set(listOf(
"*/matrix_*/*test_results_merged\\.xml"
))
}
}

View File

@ -64,7 +64,7 @@ ANDROID_NDK_VERSION=23.0.7599858
ANDROID_GRADLE_PLUGIN_VERSION=7.1.2
DETEKT_VERSION=1.19.0
FLANK_VERSION=22.03.0
FLANK_VERSION=21.09.0
FULLADLE_VERSION=0.17.3
GRADLE_VERSIONS_PLUGIN_VERSION=0.39.0
KTLINT_VERSION=0.45.1