diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-08 00:20:24 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-08 00:20:24 +0100 |
commit | 07203a1583f2141e1c931ef122f86e10a3fd8009 (patch) | |
tree | 2e678e2ab2cb4a78696a740a6dd8822aebd250b4 | |
parent | a8e83c31b1c2d34a2b9fc755f69703f8e8ffa22f (diff) | |
download | planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar.gz planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar.bz2 planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar.xz planet-07203a1583f2141e1c931ef122f86e10a3fd8009.zip |
Add code coverage
-rw-r--r-- | phpunit.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml index 835272f..5b0d803 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,6 +11,9 @@ <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> + <logging> + <log type="coverage-text" target="php://stdout" showUncoveredFiles="false" /> + </logging> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> |