Test and verify coverage only on debug variant (#2556)

* Test and verify coverage only on debug variant

* Set files to upload

* Fix also nightlyReports flow
This commit is contained in:
Jorge Martin Espinosa
2024-03-15 15:52:33 +01:00
committed by GitHub
parent 1df8f53673
commit b488cbbfb8
4 changed files with 8 additions and 32 deletions

View File

@@ -100,7 +100,6 @@ fun Project.setupKover() {
defaults {
// add reports of both 'debug' and 'release' Android build variants to default reports
mergeWith("gplayDebug")
mergeWith("gplayRelease")
verify {
onCheck = true
@@ -203,8 +202,6 @@ fun Project.setupKover() {
}
}
}
androidReports("gplayRelease") {}
}
}