Skip to content

Commit d30952c

Browse files
authored
Enable Coveralls (#20)
Maybe? I don't know what I'm doing...
1 parent 3c34dd7 commit d30952c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ matrix:
2525
python: 3.6
2626
install:
2727
- pip install tox coveralls
28+
- gem install coveralls-lcov
2829
script:
2930
- make test-ci
3031
after_success:

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
:target: https://pypi.python.org/pypi/wagtail-django-recaptcha
55
.. image:: https://codeclimate.com/github/springload/wagtail-django-recaptcha/badges/gpa.svg
66
: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
79

810
Wagtail ReCaptcha
911
=================

0 commit comments

Comments
 (0)