mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 05:50:59 +02:00
Tweaks for PHPStan+PHPUnit in the PHP Code Quality workflow.
This commit is contained in:
parent
cb43a52644
commit
f12f415792
5
.github/workflows/php-code-quality.yml
vendored
5
.github/workflows/php-code-quality.yml
vendored
@ -34,7 +34,8 @@ jobs:
|
||||
with:
|
||||
php-version: '8.4'
|
||||
coverage: none
|
||||
tools: phpstan
|
||||
# PHPUnit is installed to support PHPStan checking tests/
|
||||
tools: phpstan, phpunit
|
||||
|
||||
- name: Run PHPStan
|
||||
run: phpstan analyze --no-progress
|
||||
@ -64,4 +65,4 @@ jobs:
|
||||
tools: phpunit
|
||||
|
||||
- name: Run PHPUnit
|
||||
run: phpunit --exclude integration --coverage-filter classes --coverage-filter include
|
||||
run: phpunit --exclude-group integration --coverage-filter classes --coverage-filter include
|
||||
|
Loading…
x
Reference in New Issue
Block a user