Skip to content

Commit

Permalink
ci(github): fix coverage in phpunit.xml and workflow test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 13, 2023
1 parent 8592e06 commit cdbd922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- name: Run tests
run: |
rm -rf src/
composer dumpautoload
vendor/bin/pest --coverage --coverage-clover=coverage.xml
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./app</directory>
<directory suffix=".php">./src</directory>
<directory suffix=".php">./lib</directory>
</include>
</coverage>
</phpunit>

0 comments on commit cdbd922

Please sign in to comment.