Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ test: script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml coverage: '/Total.*?([0-9]{1,3})%/' coverage: '/Total.*?([0-9]{1,3}(?:\\.[0-9]+)?)%/' artifacts: when: always paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ test: script: - ./gradlew test jacocoDebugReport -PtestAccountName="$testAccountName" -PtestAccountPwd="$testAccountPwd" -PtestServerUrl="$testServerUrl" - python3 scripts/print_instruction_coverage.py app/build/reports/jacoco/jacocoDebugReport/jacocoDebugReport.xml coverage: '/Total.*?([0-9]{1,3})%/' coverage: '/Total.*?([0-9]{1,3}(?:\\.[0-9]+)?)%/' artifacts: when: always paths: Loading