From 5fdbedc93ee8c952034fc46736ad2f0dc52bb9ff Mon Sep 17 00:00:00 2001 From: Abhin Date: Wed, 4 Oct 2023 21:53:40 +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 5756b1a3..aaa21787 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/index.html + path: app/build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml retention-days: 1