Loading .gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -103,8 +103,7 @@ build-release: analysis: stage: code-quality <<: *build_rules needs: - build-release needs: [] script: - ./gradlew detekt lintRelease artifacts: Loading @@ -115,8 +114,7 @@ analysis: tests: stage: code-quality <<: *build_rules needs: - build-release needs: [] script: - ./gradlew testReleaseUnitTest jacocoReleaseReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoReleaseReport/jacocoReleaseReport.xml Loading Loading
.gitlab-ci.yml +2 −4 Original line number Diff line number Diff line Loading @@ -103,8 +103,7 @@ build-release: analysis: stage: code-quality <<: *build_rules needs: - build-release needs: [] script: - ./gradlew detekt lintRelease artifacts: Loading @@ -115,8 +114,7 @@ analysis: tests: stage: code-quality <<: *build_rules needs: - build-release needs: [] script: - ./gradlew testReleaseUnitTest jacocoReleaseReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoReleaseReport/jacocoReleaseReport.xml Loading