Skip to content

Commit

Permalink
devops: Codecoverage configurations updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 2, 2024
1 parent c18eb27 commit 2d48b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codeception.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ actor_suffix: Tester
coverage:
enabled: true
include:
- src/TestCase/*
- src/*
exclude:
- src/TestCase/WPGraphQLUnitTestCase.php
show_only_summary: false
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<file>src/TestCase/WPGraphQLTestCommon.php</file>
<file>src/TestCase/WPGraphQLUnitTestCase.php</file>
<directory>src/</directory>
<exclude>
<file>src/TestCase/WPGraphQLTestCase.php</file>
<directory>vendor/</directory>
<directory>local/</directory>
</exclude>
Expand Down

0 comments on commit 2d48b4e

Please sign in to comment.