Skip to content

Commit

Permalink
enforce test coverage >=95
Browse files Browse the repository at this point in the history
  • Loading branch information
Safemood committed Apr 7, 2024
1 parent cc6c747 commit 5796064
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none
coverage: xdebug

- name: Setup problem matchers
run: |
Expand All @@ -51,4 +52,4 @@ jobs:
run: vendor/bin/pest --type-coverage --min=98

- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest --coverage --min=95

0 comments on commit 5796064

Please sign in to comment.