Loading templates/gitlab-ci-golang.yml +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ stages: set -e # dump text report in the console cat "$go_text_report" cat "$go_text_report" || (echo "Display of go test report file failed; Display of last 100 lines." && tail -n100 "$go_text_report") # compute and dump code coverage in the console output_coverage Loading Loading
templates/gitlab-ci-golang.yml +1 −1 Original line number Diff line number Diff line Loading @@ -404,7 +404,7 @@ stages: set -e # dump text report in the console cat "$go_text_report" cat "$go_text_report" || (echo "Display of go test report file failed; Display of last 100 lines." && tail -n100 "$go_text_report") # compute and dump code coverage in the console output_coverage Loading