Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c59149f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

chore: CI get Jacoco results

parent 4378dc97
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -43,14 +43,18 @@ test:
    - if: $CI_MERGE_REQUEST_ID
      when: always
  script:
    - ./gradlew test -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl"
    - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl"
  artifacts:
    when: always
    paths:
      - app/build/test-results/*/TEST-*.xml
      - app/build/reports/tests/*
      - app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml
    reports:
      junit: app/build/test-results/*/TEST-*.xml
      coverage_report:
        coverage_format: jacoco
        path: app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml

# Default lint configuration for debug builds
# Manual as we don't want to run them generally for debug builds