Skip to content

Commit

Permalink
chore: fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed May 6, 2021
1 parent 7d99161 commit e7f1755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -70,7 +70,7 @@ jobs:
run: composer require symfony/uid --dev --no-interaction --no-progress --ansi
- name: Install PHPUnit
env:
SYMFONY_PHPUNIT_VERSION: '9.4'
SYMFONY_PHPUNIT_VERSION: '9.5'
run: vendor/bin/simple-phpunit --version
- name: Cache PHPStan results
uses: actions/cache@v2
Expand All @@ -86,7 +86,7 @@ jobs:
tests/Fixtures/app/console cache:clear --ansi
- name: Run PHPStan analysis
env:
SYMFONY_PHPUNIT_VERSION: '9.4'
SYMFONY_PHPUNIT_VERSION: '9.5'
run: ./vendor/bin/phpstan analyse --no-interaction --no-progress --no-interaction --ansi

phpunit:
Expand All @@ -102,7 +102,7 @@ jobs:
- '7.4'
- '8.0'
include:
- php: '7.4'
- php: '8.0'
coverage: true
fail-fast: false
steps:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- '7.4'
- '8.0'
include:
- php: '7.4'
- php: '8.0'
coverage: true
fail-fast: false
steps:
Expand Down
2 changes: 2 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -29,7 +29,9 @@
<directory>vendor</directory>
<directory>src/Bridge/NelmioApiDoc</directory>
<directory>src/Bridge/FosUser</directory>
<file>.php-cs-fixer.dist.php</file>
<file>src/Bridge/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php</file>
<file>src/Bridge/Symfony/Bundle/Test/Constraint/ArraySubsetLegacy.php</file>
</exclude>
</coverage>

Expand Down

0 comments on commit e7f1755

Please sign in to comment.