From e764f9ff5dd6367262ab4d8ce8e0e105eb3ec5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Wed, 20 Mar 2024 18:50:20 +0000 Subject: [PATCH] Changes the GHA report location Change-Id: Ic38adc111f8bd9eb607e7d3cf987b5e33bd920ae --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 5a31ee198..629d205de 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -124,7 +124,7 @@ jobs: with: title: Local test coverage report paths: | - ${{ github.workspace }}/**/build/reports/coverage/test/**/report.xml + ${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml token: ${{ secrets.GITHUB_TOKEN }} - name: Upload build outputs (APKs)