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:
parent
66db3bcf2f
commit
810c0ed8f3
4 changed files with 8 additions and 32 deletions
|
|
@ -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") {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue