Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Apr 25, 2024
1 parent 3609f8b commit 32279bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
--exclude-group ${{ matrix.exclude_group }} \
--coverage-text
--configuration phpunit.xml
cat build/logs/clover.xml
working-directory: './'
- name: Upload coverage results to Coveralls
if: ${{ !matrix.experimental && matrix.coverage }}
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
stopOnFailure="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
>
<coverage processUncoveredFiles="true">
<coverage processUncoveredFiles="true" pathCoverage="true">
<include>
<directory suffix=".php">./src</directory>
</include>
Expand Down

0 comments on commit 32279bd

Please sign in to comment.