Skip to content

Commit

Permalink
chore: remove infection testing
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Mar 5, 2023
1 parent b8f4397 commit 34c3b5c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 85 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/.prettierrc export-ignore
/.scrutinizer.yml export-ignore
/CHANGELOG.md export-ignore
/infection.json export-ignore
/LICENSE export-ignore
/Makefile export-ignore
/grumphp.yml export-ignore
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/mutation-tests.yml

This file was deleted.

5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"require-dev": {
"ext-pcov": "*",
"drupol/php-conventions": "^5",
"infection/infection": "^0.26",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/php-code-coverage": "^9.2 || ^10",
Expand All @@ -53,7 +52,6 @@
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true
},
Expand All @@ -62,7 +60,6 @@
"scripts": {
"changelog-unreleased": "auto-changelog -c .auto-changelog -u",
"changelog-version": "auto-changelog -c .auto-changelog -v",
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2"
"grumphp": "./vendor/bin/grumphp run"
}
}
6 changes: 0 additions & 6 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,3 @@ parameters:
clover_coverage:
clover_file: build/logs/coverage/clover.xml
level: 95
infection:
threads: 10
test_framework: phpunit
configuration: infection.json
min_msi: 85
min_covered_msi: 85
19 changes: 0 additions & 19 deletions infection.json

This file was deleted.

1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<directory suffix=".php">src</directory>
</include>
<report>
<xml outputDirectory="build/logs/coverage/coverage-xml/infection"/>
<html outputDirectory="build/logs/coverage/html-coverage"/>
<clover outputFile="build/logs/coverage/clover.xml"/>
</report>
Expand Down

0 comments on commit 34c3b5c

Please sign in to comment.