Skip to content

Commit

Permalink
Coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jan 30, 2021
1 parent 638b810 commit ec19557
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor/
/build/
/composer.lock
/.php_cs.cache
/.phpunit.result.cache
9 changes: 7 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="tests/bootstrap.php">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>
</include>
</coverage> <testsuites>
<testsuite name="TwigModule test suite">
<directory suffix="Test.php">tests</directory>
</testsuite>
Expand Down

0 comments on commit ec19557

Please sign in to comment.