Skip to content

Commit

Permalink
Set min coverage to 85%
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowork committed Jan 3, 2025
1 parent 612bcf1 commit a49912e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"sort-packages": true
},
"scripts": {
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 95",
"coverage": "vendor/bin/coverage-check var/coverage/clover.xml 85",
"cs": "vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php",
"cs:dry-run": "PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --diff --dry-run --config=.php-cs-fixer.php",
"dependency-analyser": "vendor/bin/composer-dependency-analyser",
Expand Down

0 comments on commit a49912e

Please sign in to comment.