diff --git a/README.rst b/README.rst index 5890560..d01f16a 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,10 @@ to improve the site managers and editors experience with standard commenting mechanism in Plone. .. image:: https://travis-ci.org/quintagroup/quintagroup.plonecomments.png - :target: https://travis-ci.org/quintagroup/quintagroup.plonecomments + :target: https://travis-ci.org/quintagroup/quintagroup.plonecomments + +.. image:: https://coveralls.io/repos/quintagroup/quintagroup.plonecomments/badge.png + :target: https://coveralls.io/r/quintagroup/quintagroup.plonecomments Features -------- diff --git a/test.cfg b/test.cfg index 9788bc2..893990a 100644 --- a/test.cfg +++ b/test.cfg @@ -10,7 +10,7 @@ parts = download install test createcoverage coverage-sh package-name = quintagroup.plonecomments -package-min-coverage = 80 +package-min-coverage = 50 allow-hosts = *.plone.org