Skip to content

Commit 81b1790

Browse files
committed
fix: update unit test coverage threshold to 81.3%
1 parent 178be7d commit 81b1790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"rector --dry-run",
5959
"pint --test"
6060
],
61-
"test:unit": "pest --parallel --coverage --exactly=83.3",
61+
"test:unit": "pest --parallel --coverage --exactly=81.3",
6262
"test:types": "phpstan",
6363
"test": [
6464
"@test:lint",

0 commit comments

Comments
 (0)