Skip to content

Commit a67ba28

Browse files
committed
Set minimum coverage 60%
1 parent e0a0a15 commit a67ba28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ workflows:
1919
jobs:
2020
- php/phpunit-tests:
2121
<<: *jobs_default
22-
minimum_coverage: 10
22+
minimum_coverage: 60
2323
- php/static-analysis:
2424
<<: *jobs_default
2525
generate_ide_helper: false

0 commit comments

Comments
 (0)