Loading templates/gitlab-ci-golang.yml +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ stages: local coverage_report_opts=-coverprofile=reports/coverage.out # shellcheck disable=SC2086 go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_PACKAGES | tee "$go_tests_report" go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_TEST_PACKAGES | tee "$go_tests_report" output_coverage install_go_junit_report Loading Loading
templates/gitlab-ci-golang.yml +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ stages: local coverage_report_opts=-coverprofile=reports/coverage.out # shellcheck disable=SC2086 go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_PACKAGES | tee "$go_tests_report" go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_TEST_PACKAGES | tee "$go_tests_report" output_coverage install_go_junit_report Loading