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 da8b44e commit f58745eCopy full SHA for f58745e
gitlab/unit-tests.sh
@@ -40,7 +40,7 @@ if [ $CODECOVERAGE -eq 1 ]; then
40
CNT=$(sed -n '/Generating code coverage report/,$p' "$GITLABARTIFACTS"/phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
41
FILE=deprecation.txt
42
sed -n '/Generating code coverage report/,$p' "$GITLABARTIFACTS"/phpunit.out > ${CI_PROJECT_DIR}/$FILE
43
- if [ $CNT -le 74 ]; then
+ if [ $CNT -le 80 ]; then
44
STATE=success
45
else
46
STATE=failure
0 commit comments