mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 09:13:00 +08:00
Include controllers in code coverage calculation
This commit is contained in:
parent
50b85491d9
commit
0fefb19a8e
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Setup your testing environment paths
|
||||
export SERVER_BASE_DIR=/var/www/html/ncdev/
|
||||
export SERVER_CONFIG_DIR=/var/www/html/ncdev/config/
|
||||
export SERVER_BASE_DIR=/var/www/html/nextcloud/
|
||||
export SERVER_CONFIG_DIR=/var/www/html/nextcloud/config/
|
||||
export SERVER_CONFIG_FILE=config.php
|
||||
|
||||
# Lanuch the actual tests
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./lib/Db</directory>
|
||||
<directory suffix=".php">./lib/Utility</directory>
|
||||
<directory suffix=".php">./controller</directory>
|
||||
<!--<file>/path/to/file</file>-->
|
||||
<!--<exclude>-->
|
||||
<!--<directory suffix=".php">/path/to/dir</directory>-->
|
||||
|
|
Loading…
Reference in a new issue