We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c23716 commit 9cf0c76Copy full SHA for 9cf0c76
.gitlab-ci.yml
@@ -70,11 +70,11 @@ rspec:
70
echo "Test summary available at https://gitlab.com/code0-tech/development/sagittarius/-/pipelines/$CI_PIPELINE_ID/test_report"
71
grep 'Finished in ' output
72
grep -E '[[:digit:]]+ examples, ' output
73
- grep -o -E '[[:digit:]]+ / [[:digit:]]+ LOC \(.*\) covered.' output
+ grep -m 1 -E 'Line Coverage:' output
74
grep 'Time spent in factories' output
75
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
76
exit $exit_code
77
- coverage: '/LOC \((\d+\.\d+%)\) covered.$/'
+ coverage: '/Line Coverage:\s\d+\.\d+%/'
78
artifacts:
79
expire_in: 7 days
80
paths:
0 commit comments