mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 16:49:12 +00:00
Produce XML coverage report for codecov.io
This commit is contained in:
@@ -33,6 +33,11 @@ gradle.projectsEvaluated {
|
|||||||
def classDirs = files()
|
def classDirs = files()
|
||||||
def execData = files()
|
def execData = files()
|
||||||
|
|
||||||
|
reports {
|
||||||
|
xml.enabled = true
|
||||||
|
html.enabled = true
|
||||||
|
}
|
||||||
|
|
||||||
testedProjects().each { subproject ->
|
testedProjects().each { subproject ->
|
||||||
sourceDirs += files(subproject.sourceSets.main.allSource.srcDirs)
|
sourceDirs += files(subproject.sourceSets.main.allSource.srcDirs)
|
||||||
classDirs += files(subproject.sourceSets.main.output)
|
classDirs += files(subproject.sourceSets.main.output)
|
||||||
|
|||||||
Reference in New Issue
Block a user