Skip to content

Commit ffbb643

Browse files
committed
ci: Fix Github workflow.
1 parent 5298919 commit ffbb643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: shivammathur/setup-php@v2
3636
with:
3737
php-version: ${{ matrix.php-versions }}
38-
coverage: none
38+
coverage: pcov
3939
tools: cs2pr
4040

4141
- name: Install dependencies

0 commit comments

Comments
 (0)