diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index eb22ef0e..32e57df9 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,7 +9,7 @@ updates: directory: "/" labels: - "dependency" - open-pull-requests-limit: 10 + open-pull-requests-limit: 1 package-ecosystem: "composer" schedule: interval: "daily" diff --git a/Makefile b/Makefile index a3586fe6..8791a9fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -MIN_COVERED_MSI:=92 -MIN_MSI:=90 +MIN_COVERED_MSI:=100 +MIN_MSI:=100 .PHONY: it it: coding-standards static-code-analysis tests ## Runs the coding-standards, static-code-analysis, and tests targets diff --git a/psalm.xml b/psalm.xml index a4c89a87..12df516b 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,10 +10,6 @@ resolveFromConfigFile="true" strictBinaryOperands="true" > - - - - @@ -22,7 +18,6 @@ - diff --git a/test/Unit/phpunit.xml b/test/Unit/phpunit.xml index 5d606146..b8e3b731 100644 --- a/test/Unit/phpunit.xml +++ b/test/Unit/phpunit.xml @@ -22,14 +22,14 @@ stopOnSkipped="false" verbose="true" > - - - . - - ../../src/ + + + . + +