Loading templates/gitlab-ci-bash.yml +1 −1 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ bash-bats: BATS_REPORT_FILENAME: bash-bats.xunit.xml script: - install_bats_libs - mkdir reports - mkdir -p -m 777 reports - run_bats --report-formatter junit --output reports $BASH_BATS_OPTS $BASH_BATS_TESTS # the coverage regex captures 2 possible output logs (depending on the formatter) # 1: ... LOC (27.27%) covered Loading Loading
templates/gitlab-ci-bash.yml +1 −1 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ bash-bats: BATS_REPORT_FILENAME: bash-bats.xunit.xml script: - install_bats_libs - mkdir reports - mkdir -p -m 777 reports - run_bats --report-formatter junit --output reports $BASH_BATS_OPTS $BASH_BATS_TESTS # the coverage regex captures 2 possible output logs (depending on the formatter) # 1: ... LOC (27.27%) covered Loading