There was an error while loading. Please reload this page.
1 parent 3c34dd7 commit d30952cCopy full SHA for d30952c
2 files changed
.travis.yml
@@ -25,6 +25,7 @@ matrix:
25
python: 3.6
26
install:
27
- pip install tox coveralls
28
+- gem install coveralls-lcov
29
script:
30
- make test-ci
31
after_success:
README.rst
@@ -4,6 +4,8 @@
4
:target: https://pypi.python.org/pypi/wagtail-django-recaptcha
5
.. image:: https://codeclimate.com/github/springload/wagtail-django-recaptcha/badges/gpa.svg
6
:target: https://codeclimate.com/github/springload/wagtail-django-recaptcha
7
+.. image:: https://coveralls.io/repos/github/springload/wagtail-django-recaptcha/badge.svg?branch=master
8
+ :target: https://coveralls.io/github/springload/wagtail-django-recaptcha?branch=master
9
10
Wagtail ReCaptcha
11
=================
0 commit comments