|
|
@ -194,7 +194,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Run local tests (including Roborazzi) for the combined coverage report (only API 26)
|
|
|
|
- name: Run local tests (including Roborazzi) for the combined coverage report (only API 26)
|
|
|
|
if: matrix.api-level == 26
|
|
|
|
if: matrix.api-level == 26
|
|
|
|
run: ./gradlew testDemoDebugUnitTest -Proborazzi.test.verify=true # Add Prod if we ever add JVM tests for prod
|
|
|
|
run: ./gradlew testDemoDebugUnitTest # Add Prod if we ever add JVM tests for prod
|
|
|
|
|
|
|
|
|
|
|
|
# Add `createProdDebugUnitTestCoverageReport` if we ever add JVM tests for prod
|
|
|
|
# Add `createProdDebugUnitTestCoverageReport` if we ever add JVM tests for prod
|
|
|
|
- name: Generate coverage reports for Debug variants (only API 26)
|
|
|
|
- name: Generate coverage reports for Debug variants (only API 26)
|
|
|
@ -217,13 +217,6 @@ jobs:
|
|
|
|
paths: |
|
|
|
|
paths: |
|
|
|
|
${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml
|
|
|
|
${{ github.workspace }}/**/build/reports/jacoco/**/*Report.xml
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
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)
|
|
|
|
- name: Upload local coverage reports (XML + HTML) (only API 26)
|
|
|
|
if: matrix.api-level == 26
|
|
|
|
if: matrix.api-level == 26
|
|
|
|