Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/.codecov.yml
Comment thread
whyisjake marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Third-party code, excluded for the same reason phpcs.xml.dist and
# phpstan.neon.dist exclude it. See includes/Vendor/AiClient/README.md.
ignore:
- "includes/Vendor/**"
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<include>
<directory suffix=".php">includes</directory>
</include>
<!-- Vendored third-party code; see includes/Vendor/AiClient/README.md. -->
<exclude>
<directory suffix=".php">includes/Vendor</directory>
</exclude>
<report>
<clover outputFile="tests/_output/php-coverage.xml" />
<html outputDirectory="tests/_output/html" />
Expand Down
Loading