Skip to content

Commit

Permalink
ci: use native Infection (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Mar 23, 2024
1 parent bffffc1 commit c7417f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: "ramsey/composer-install@v1"

- name: Run Infection
run: vendor/bin/roave-infection-static-analysis-plugin --threads=$(nproc)
run: vendor/bin/infection --threads=$(nproc)
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.19.0",
"roave/infection-static-analysis-plugin": "^1.8",
"vimeo/psalm": "^5.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions infection.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"text": "infection-log.txt"
},
"minMsi": 73,
"minCoveredMsi": 85
"minMsi": 71,
"minCoveredMsi": 83
}

0 comments on commit c7417f0

Please sign in to comment.