adding support for automatic code coverage generation into codacy

This commit is contained in:
El RIDO
2016-07-05 17:01:26 +02:00
parent 5980f8b603
commit 9267e281f5
5 changed files with 23 additions and 6 deletions

4
.gitignore vendored
View File

@@ -1,12 +1,14 @@
# Ignore data/ and tmp/
# Ignore data/, tmp/ and vendor/
data/
tmp/
vendor/
# Ignore for safety
.htaccess
.htpasswd
# Ignore unit testing logs, api docs and eclipse project files
tst/log/
doc/
composer.lock
.settings
.buildpath
.project