From 20bbb6139ad03bba76dff5f305e3d01b5beaeb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 13 Dec 2020 10:45:13 +0100 Subject: [PATCH] Enhancement: Synchronize with ergebnis/php-library-template --- .github/dependabot.yaml | 2 +- Makefile | 4 ++-- psalm.xml | 5 ----- test/Unit/phpunit.xml | 10 +++++----- 4 files changed, 8 insertions(+), 13 deletions(-) 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/ + + + . + +