Skip to content

Commit

Permalink
ci: add missing pcov extension (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 8, 2023
1 parent 5b510c2 commit e3641fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
coverage: none
coverage: pcov
tools: cs2pr

- name: Install dependencies
Expand Down

0 comments on commit e3641fd

Please sign in to comment.