From 5742989434a6c1b70ae524e5336428fcc96112ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Thu, 21 Mar 2024 20:12:00 +0100 Subject: [PATCH] to the song they're playing on the radio --- .github/workflows/Build.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 7faac0092..ed0c3435f 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -200,12 +200,6 @@ jobs: - name: Generate coverage reports for Debug variants (only API 26) if: matrix.api-level == 26 run: ./gradlew createDemoDebugCombinedCoverageReport - - - name: Debug - run: pwd - - - name: Debug - run: du -d 2 -h app/build/ - name: Upload test reports if: always() @@ -224,6 +218,13 @@ jobs: ${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml token: ${{ secrets.GITHUB_TOKEN }} + + - name: Debug + run: pwd + + - name: Debug + run: du -d 2 -h app/build/ + - name: Upload local coverage reports (XML + HTML) (only API 26) if: matrix.api-level == 26 uses: actions/upload-artifact@v4 @@ -232,5 +233,4 @@ jobs: if-no-files-found: error compression-level: 1 overwrite: false - path: | - '${{ github.workspace }}/**/build/reports/jacoco/' + path: '**/build/reports/jacoco/'