Skip to content

Commit

Permalink
ci: Enable pcov.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 11, 2021
1 parent 1ca8c28 commit 511fc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: ast,mbstring,xdebug
extensions: ast,mbstring,xdebug,pcov
tools: pecl

- name: Get Composer Cache Directory
Expand Down

0 comments on commit 511fc3c

Please sign in to comment.