Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Apr 2, 2023
1 parent 797f11d commit ff4d38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- run: composer analyse

test:
name: PHP ${{ matrix.php-version }} ${{ matrix.description }}
strategy:
fail-fast: false
matrix:
Expand All @@ -35,6 +36,7 @@ jobs:
- os: ubuntu-latest
php-version: '8.1'
- os: ubuntu-latest
description: 'with calculating code coverage'
php-version: '8.2'
calculate-coverage: true
phpunit-flags: '--coverage-clover=./build/logs/clover.xml'
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
<include>
<directory>./src</directory>
</include>
<report>
<text outputFile='php://stdout' showOnlySummary='true'/>
</report>
</coverage>

</phpunit>

0 comments on commit ff4d38c

Please sign in to comment.