Skip to content

Commit

Permalink
#55: raised min MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGoryunov committed Jul 29, 2021
1 parent bfc33e0 commit 652c5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# @todo #45:30min The minimum required MSI percentage should be 80%, but actual
# is 70%.
- name: Infection analysis
run: XDEBUG_MODE=coverage ./vendor/bin/infection --min-msi=65 --min-covered-msi=80 --threads=4
run: XDEBUG_MODE=coverage ./vendor/bin/infection --min-msi=80 --min-covered-msi=80 --threads=4

- name: Create PHPUnit coverage files
run: "XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=coverage.xml"
Expand Down

0 comments on commit 652c5d8

Please sign in to comment.