From 4553515e8e0f206b13c59436ac7c8107b5e2b351 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Wed, 13 Oct 2021 22:12:06 +0100 Subject: [PATCH] Relax mutation tolerance --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3e38e0..a2b67bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: Run Tests run: | composer update --prefer-dist --no-interaction --no-progress - vendor/bin/roave-infection-static-analysis-plugin --show-mutations --threads=4 --min-msi=90 --min-covered-msi=90 + vendor/bin/roave-infection-static-analysis-plugin --show-mutations --threads=4 --min-msi=80 --min-covered-msi=80 static-analysis: name: Code Format and Static Analysis