diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-01-27 21:15:21 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-01-30 11:56:14 +0100 |
commit | f7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f (patch) | |
tree | 606f237692e4964a0559acc03167704baafee38b /.gitignore | |
parent | 9fa788c452403646cc5c2a7c0fe875879e7082fa (diff) | |
download | nextcloud-server-f7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f.tar.gz nextcloud-server-f7ac9f8069ea5e8ad8eb5c0f899f6ac8e39ef07f.zip |
Fixed unit test scripts + coverage
Tried to add more apps (others break).
"preprocessors" is now populated automatically based on the tested apps.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8c8b61d701b..25cb1b227f9 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,7 @@ nbproject # Tests - auto-generated files /data-autotest /tests/coverage* +/tests/karma-coverage /tests/autoconfig* /tests/autotest* /tests/data/lorem-copy.txt |