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 3b35abf commit b2ef60f
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 @@ -45,7 +45,7 @@ jobs:
run: ci/test.sh
env:
TESTSUITE: functional
MINCOVERAGE: ${{ matrix.php == '8.3' && '80' || '0' }}
MINCOVERAGE: ${{ matrix.php == '8.3' && '75' || '0' }}

- name: Execute Integration tests
run: ci/test.sh
Expand Down

0 comments on commit b2ef60f

Please sign in to comment.