Skip to content

Commit

Permalink
Fix: Disable code coverage drivers when running tests (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 20, 2020
1 parent 242c79d commit 4b4a2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
coverage: none
extensions: intl
php-version: ${{ matrix.php-version }}

Expand Down

0 comments on commit 4b4a2cf

Please sign in to comment.