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:
committed by
GitHub
parent
1df8f53673
commit
b488cbbfb8
@@ -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") {}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user