From 92c1ea85a90b67b51ba4628c2235ef14a5871217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Mon, 18 Mar 2024 10:05:33 +0000 Subject: [PATCH] Adds GHA to report coverage of local tests Change-Id: I24e6d0d84386584bb6f22dc701c0069d0027a519 --- .github/workflows/Build.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 001140a87..c3f009579 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -113,6 +113,15 @@ jobs: -x collectDemoNonMinifiedReleaseBaselineProfile -x collectProdNonMinifiedReleaseBaselineProfile + - name: Display local test coverage + id: jacoco + uses: madrapps/jacoco-report@v1.6.1 + with: + title: Local test coverage report + paths: | + ${{ github.workspace }}/**/build/reports/coverage/test/**/report.xml + token: ${{ secrets.GITHUB_TOKEN }} + - name: Upload build outputs (APKs) uses: actions/upload-artifact@v4 with: