Skip to content

Commit f8e3792

Browse files
authored
Merge pull request #34 from auth0/fix-codecov
Fix upload of jacoco reports to codecov
2 parents 1af7b67 + cc1f9b3 commit f8e3792

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ oss {
2323
}
2424
}
2525

26+
jacocoTestReport {
27+
reports {
28+
xml.enabled = true
29+
html.enabled = true
30+
}
31+
}
32+
2633
compileJava {
2734
sourceCompatibility '1.7'
2835
targetCompatibility '1.7'

0 commit comments

Comments
 (0)