From 9f9395f2e7540027191e3744e02992a6686d4d7b Mon Sep 17 00:00:00 2001 From: kai-morich Date: Sun, 18 Feb 2024 11:56:02 +0100 Subject: [PATCH] show all gradle tasks --- Device-Tests-&-Coverage-Report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Device-Tests-&-Coverage-Report.md b/Device-Tests-&-Coverage-Report.md index 14f094b..ec814ae 100644 --- a/Device-Tests-&-Coverage-Report.md +++ b/Device-Tests-&-Coverage-Report.md @@ -63,6 +63,8 @@ For each **device** *flavor* defined in ``coverage.gradle`` execute the correspo *usb-serial-for-android -> usbSerialForAndroid -> other -> create***Device***DebugAndroidTestCoverageReport*. Both tasks create the required __*.ec__ and __*.xml__ report files but html reports do not contain annotated source code. +If the tasks are not shown, you may have to enable full task creation with *File -> Settings -> Experimental -> Configure all Gradle tasks during Gradle Sync*. + Test reports are created even if tests fail. Nevertheless you should check that it didn't fail completely. ## Create coverage report