Skip to content

Commit 091bd48

Browse files
committed
Number of deprecations has increased
See: https://gitlab.com/DOMjudge/domjudge/-/jobs/5851059819 We're currently a the latest LTS so have enough time to fix those in the future. Most are intruduced by the latest move to the LTS.
1 parent 90f1dba commit 091bd48

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 67 ]; then
43+
if [ $CNT -le 74 ]; then
4444
STATE=success
4545
else
4646
STATE=failure

0 commit comments

Comments
 (0)