mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
4d9bd6f216
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
|