Skip to content

Commit

Permalink
Fix: Reduce required MSI from 80% to 75%
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 12, 2018
1 parent a5c43f4 commit 7c773dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- xdebug-enable

script:
- vendor/bin/infection --min-covered-msi=80 --min-msi=80
- vendor/bin/infection --min-covered-msi=75 --min-msi=75

notifications:
email: false
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cs: composer
vendor/bin/php-cs-fixer fix --config=.php_cs --diff --verbose

infection:
vendor/bin/infection --min-covered-msi=80 --min-msi=80
vendor/bin/infection --min-covered-msi=75 --min-msi=75

test: composer
vendor/bin/phpunit --configuration=test/Unit/phpunit.xml

0 comments on commit 7c773dd

Please sign in to comment.