Skip to content

Commit

Permalink
Use roave/infection-static-analysis-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 23, 2020
1 parent bb11660 commit 1e2ac3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Run Infection
run: |
export $ENV
vendor/bin/infection --min-msi=86 --min-covered-msi=90 --log-verbosity=none -s
vendor/bin/roave-infection-static-analysis-plugin --min-msi=86 --min-covered-msi=90 --log-verbosity=none -s
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -41,6 +41,7 @@
"phpstan/phpstan-strict-rules": "0.12.4",
"phpunit/phpunit": "^9.4",
"psalm/plugin-phpunit": "^0.13.0",
"roave/infection-static-analysis-plugin": "^1.6",
"simpod/php-coveralls-mirror": "^3.0",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"vimeo/psalm": "^4.1"
Expand Down

0 comments on commit 1e2ac3e

Please sign in to comment.