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:
parent
03206fcbf6
commit
4d9bd6f216
2 changed files with 55 additions and 20 deletions
|
@ -6,4 +6,4 @@ install: gradle assemble
|
|||
script: gradle check
|
||||
|
||||
after_success:
|
||||
- gradle jacocoTestReport coveralls
|
||||
- gradle jacocoRootReport coveralls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue