1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Add jacocoRootReport task to build.gradle

with the correct parameters to collect the jacocoReports from all
subprojects and put the jacocoTestReport.xml in the right place, so that
the coveralls plugin is able to find it.
This commit is contained in:
Florian Schmaus 2015-03-12 18:11:46 +01:00
parent 03206fcbf6
commit 4d9bd6f216
2 changed files with 55 additions and 20 deletions

View file

@ -6,4 +6,4 @@ install: gradle assemble
script: gradle check
after_success:
- gradle jacocoTestReport coveralls
- gradle jacocoRootReport coveralls