1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-22 05:43:09 +00:00

report path

kai-morich
2023-07-04 19:33:52 +02:00
parent 89c4f4ce5b
commit 2f711d39bf
+2 -2
@@ -67,9 +67,9 @@ Test reports are created even if tests fail. Nevertheless you should check that
## Create coverage report
Create summary __*.xml__ report with gradle task *usb-serial-for-android -> usbSerialForAndroid -> other -> jacocoTestReport*.
Create summary ``build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml`` report with gradle task *usb-serial-for-android -> usbSerialForAndroid -> other -> jacocoTestReport*.
This also creates a local __*.html__ report with annotated source code.
This also creates a ``html`` folder with annotated source code.
## Upload coverage report