mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
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.
9 lines
155 B
YAML
9 lines
155 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- android-8
|
|
install: gradle assemble
|
|
script: gradle check
|
|
|
|
after_success:
|
|
- gradle jacocoRootReport coveralls
|