Skip to content

Commit

Permalink
Replace Scrutinizer with Codecov for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Feb 25, 2024
1 parent 1d07e40 commit a277c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
coverage: 'none'
coverage: 'pcov'
extensions: 'json,dom'
php-version: '${{ matrix.php-version }}'

Expand Down

0 comments on commit a277c77

Please sign in to comment.