Skip to content

Commit

Permalink
Disable coverage in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Nov 25, 2024
1 parent bb6a770 commit 15e8a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: gd, mbstring, xdebug, zip
extensions: gd, mbstring, zip
ini-values: max_execution_time=600, memory_limit=-1
tools: composer:v2
coverage: xdebug
coverage: none
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 15e8a12

Please sign in to comment.