Skip to content

Commit be8e66f

Browse files
smyrickShane Myrick
andauthored
Generate xml report for codecov (#796)
Co-authored-by: Shane Myrick <[email protected]>
1 parent 47a1949 commit be8e66f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ subprojects {
8989
jacoco {
9090
toolVersion = jacocoVersion
9191
}
92+
jacocoTestReport {
93+
reports {
94+
xml.isEnabled = true
95+
csv.isEnabled = false
96+
}
97+
}
9298
jar {
9399
manifest {
94100
attributes["Built-By"] = "Expedia Group"

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# codecov.io Configuration
33
# See the docs here: https://docs.codecov.io/docs/codecov-yaml
44
#
5+
# To verify changes locally, run a gradle build then run the following command from the root:
6+
#
7+
# bash <(curl -s https://codecov.io/bash)
8+
#
59

610
# Ingore the example apps and docs from coverage reports
711
ignore:

0 commit comments

Comments
 (0)