mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-27 22:22:17 +03:00
Update CI unit test job to generate full coverage report.
This commit is contained in:
parent
76c61409a4
commit
5ab988f625
@ -18,7 +18,9 @@ jobs:
|
|||||||
command: ./gradlew assembleDebug
|
command: ./gradlew assembleDebug
|
||||||
- run:
|
- run:
|
||||||
name: unit-tests
|
name: unit-tests
|
||||||
command: ./gradlew test
|
command: |
|
||||||
|
./gradlew :subsonic-api:test :ultrasonic:testDebugUnitTest
|
||||||
|
./gradlew jacocoFullReport
|
||||||
- run:
|
- run:
|
||||||
name: lint
|
name: lint
|
||||||
command: ./gradlew lint
|
command: ./gradlew lint
|
||||||
@ -32,3 +34,6 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ultrasonic/build/reports
|
path: ultrasonic/build/reports
|
||||||
destination: reports
|
destination: reports
|
||||||
|
- store_artifacts:
|
||||||
|
path: build/reports/jacoco/jacocoFullReport/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user