mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-18 14:31:00 +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:
|
with:
|
||||||
php-version: '8.4'
|
php-version: '8.4'
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: phpstan
|
# PHPUnit is installed to support PHPStan checking tests/
|
||||||
|
tools: phpstan, phpunit
|
||||||
|
|
||||||
- name: Run PHPStan
|
- name: Run PHPStan
|
||||||
run: phpstan analyze --no-progress
|
run: phpstan analyze --no-progress
|
||||||
@ -64,4 +65,4 @@ jobs:
|
|||||||
tools: phpunit
|
tools: phpunit
|
||||||
|
|
||||||
- name: Run 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