1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-16 04:16:39 +00:00

Updated Device Tests & Coverage Report (markdown)

kai-morich 2023-07-04 20:28:50 +02:00
parent 2f711d39bf
commit 395b60b74b

@ -67,7 +67,7 @@ Test reports are created even if tests fail. Nevertheless you should check that
## Create coverage report
Create summary ``build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml`` report with gradle task *usb-serial-for-android -> usbSerialForAndroid -> other -> jacocoTestReport*.
Create summary ``usbSerialForAndroid/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml`` report with gradle task *usb-serial-for-android -> usbSerialForAndroid -> other -> jacocoTestReport*.
This also creates a ``html`` folder with annotated source code.