From de0ce516865831b325f0da6d034790efaeef45ce Mon Sep 17 00:00:00 2001 From: core23 Date: Sat, 8 Feb 2025 09:52:56 +0100 Subject: [PATCH 1/2] Remove infection testing --- .gitattributes | 1 - Makefile | 6 ------ infection.json | 14 -------------- 3 files changed, 21 deletions(-) delete mode 100644 infection.json diff --git a/.gitattributes b/.gitattributes index df92734a..9a772284 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ .* export-ignore -infection.json export-ignore Makefile export-ignore phpstan.neon.dist export-ignore phpstan-baseline.neon export-ignore diff --git a/Makefile b/Makefile index 42a0cb26..03173d38 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,6 @@ lint-composer: test: vendor-bin/tools/vendor vendor/bin/phpunit --colors=always -.PHONY: infection -infection: vendor/bin/infection - vendor/bin/infection --threads=4 - .PHONY: coverage coverage: vendor-bin/tools/vendor vendor/bin/phpunit --colors=always --coverage-clover=build/logs/clover.xml @@ -56,5 +52,3 @@ check-dependencies: vendor-bin/tools/vendor vendor-bin/tools/vendor: composer --working-dir=vendor-bin/tools install -vendor/bin/infection: vendor-bin/tools/vendor - wget -O vendor/bin/infection https://github.com/infection/infection/releases/latest/download/infection.phar && chmod +x vendor/bin/infection diff --git a/infection.json b/infection.json deleted file mode 100644 index b3ddcac5..00000000 --- a/infection.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "timeout": 10, - "source": { - "directories": [ - "src" - ] - }, - "logs": { - "text": "build/infection/infection-log.txt" - }, - "ignoreMsiWithNoMutations": true, - "minMsi": 17, - "minCoveredMsi": 62 -} From 304872902ae53ed5806ed0d309a8cfff373d383d Mon Sep 17 00:00:00 2001 From: core23 Date: Sat, 8 Feb 2025 09:55:04 +0100 Subject: [PATCH 2/2] Remove type coverage information from README as psalm was removed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a9e56765..0789749d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ NucleosMapsBundle [![Continuous Integration](https://github.com/nucleos/NucleosMapsBundle/actions/workflows/continuous-integration.yml/badge.svg?event=push)](https://github.com/nucleos/NucleosMapsBundle/actions?query=workflow%3A"Continuous+Integration"+event%3Apush) [![Code Coverage](https://codecov.io/gh/nucleos/NucleosMapsBundle/graph/badge.svg)](https://codecov.io/gh/nucleos/NucleosMapsBundle) -[![Type Coverage](https://shepherd.dev/github/nucleos/NucleosMapsBundle/coverage.svg)](https://shepherd.dev/github/nucleos/NucleosMapsBundle) This bundle provides simple map rendering in symfony application.