Skip to content

Commit c01749d

Browse files
Drop deprecation count to 32, since that is wat is reported currently
1 parent 4f87cbd commit c01749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ $CODECOVERAGE -eq 1 ]; then
4040
CNT=$(sed -n '/Generating code coverage report/,$p' "$GITLABARTIFACTS"/phpunit.out | grep -v DoctrineTestBundle | grep -cv ^$)
4141
FILE=deprecation.txt
4242
sed -n '/Generating code coverage report/,$p' "$GITLABARTIFACTS"/phpunit.out > ${CI_PROJECT_DIR}/$FILE
43-
if [ $CNT -le 80 ]; then
43+
if [ $CNT -le 32 ]; then
4444
STATE=success
4545
else
4646
STATE=failure

0 commit comments

Comments
 (0)