Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line Loading @@ -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 Loading