From 2f711d39bf7e1d8d710c64efcee34e7f76787cad Mon Sep 17 00:00:00 2001 From: kai-morich Date: Tue, 4 Jul 2023 19:33:52 +0200 Subject: [PATCH] report path --- Device-Tests-&-Coverage-Report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Device-Tests-&-Coverage-Report.md b/Device-Tests-&-Coverage-Report.md index 154d272..4ec2b7d 100644 --- a/Device-Tests-&-Coverage-Report.md +++ b/Device-Tests-&-Coverage-Report.md @@ -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