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