summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-25 14:38:52 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-25 14:38:52 +0100
commit9ed868cf879a0adbb326f01fde296bcd667f39d7 (patch)
tree9e9c0f59c435d92f52254324ded3194086626d02
parentba15f40ca567193a3a3a166c29d3b771c49e936f (diff)
Ignore coverage and add coverage graph
-rw-r--r--.gitignore1
-rw-r--r--README.md2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f6bf6a6d..67fe9411 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ node_modules
build
js/public
js/vendor
+coverage
diff --git a/README.md b/README.md
index 735c5e58..76085bbc 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
![Dev Dependencies](https://david-dm.org/owncloud/contacts/dev-status.svg)
[![codecov.io](https://codecov.io/github/owncloud/contacts/coverage.svg?branch=master)](https://codecov.io/github/owncloud/contacts?branch=master)
+![codecov.io](https://codecov.io/github/owncloud/contacts/branch.svg?branch=master)
+
**A contacts app for [ownCloud](https://owncloud.org).**
This is the new contacts app that has replaced the [old contacts app](https://github.com/owncloudarchive/contacts) with ownCloud 9.0, and is only the frontend for the new CardDAV-Backend which has moved into the [ownCloud Core](https://github.com/owncloud/core).