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 4f87cbd commit c01749dCopy full SHA for c01749d
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 80 ]; then
+ if [ $CNT -le 32 ]; then
44
STATE=success
45
else
46
STATE=failure
0 commit comments