Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ test: when: always - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: always - if: $CI_COMMIT_BRANCH when: always script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ test: when: always - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' when: always - if: $CI_COMMIT_BRANCH when: always script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml Loading