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 66db3bcf2f
commit 810c0ed8f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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") {}
}
}