From 343308a9dfa267fffac12b38b51ea6cc52515667 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 17 Mar 2023 19:00:16 +0530 Subject: [PATCH] Fixed jacocoTestDebugUnitTestReport not found error --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0f5c0d66..6965e7823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: create unit coverage if: ${{ matrix.api-level==21 }} - run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport + run: ./gradlew testDebugUnitTest testCustomexampleDebugUnitTest - name: Upload coverage to Codecov if: ${{ matrix.api-level==21 }}