Skip to content

Commit

Permalink
reduce test coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Jun 6, 2024
1 parent b2ef60f commit 4e2572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: ci/test.sh
env:
TESTSUITE: integration
MINCOVERAGE: ${{ matrix.php == '8.3' && '80' || '0' }}
MINCOVERAGE: ${{ matrix.php == '8.3' && '75' || '0' }}

- name: Execute Cache tests
run: ./vendor/bin/phpunit --testsuite=cache --stop-on-fail

0 comments on commit 4e2572d

Please sign in to comment.