We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a1949 commit be8e66fCopy full SHA for be8e66f
build.gradle.kts
@@ -89,6 +89,12 @@ subprojects {
89
jacoco {
90
toolVersion = jacocoVersion
91
}
92
+ jacocoTestReport {
93
+ reports {
94
+ xml.isEnabled = true
95
+ csv.isEnabled = false
96
+ }
97
98
jar {
99
manifest {
100
attributes["Built-By"] = "Expedia Group"
codecov.yml
@@ -2,6 +2,10 @@
2
# codecov.io Configuration
3
# See the docs here: https://docs.codecov.io/docs/codecov-yaml
4
#
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
9
10
# Ingore the example apps and docs from coverage reports
11
ignore:
0 commit comments