From cfd03259a2b1262267d178881c235fb29569e189 Mon Sep 17 00:00:00 2001 From: Abhin Date: Wed, 4 Oct 2023 21:28:32 +0530 Subject: [PATCH] Updated test-result path --- .github/workflows/test-android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index fccfb248..5756b1a3 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -42,5 +42,5 @@ jobs: if: always() with: name: test-results - path: app/build/reports/jacoco/testDebugUnitTestCoverage/html/ + path: app/build/reports/jacoco/testDebugUnitTestCoverage/html/index.html retention-days: 1