File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3030
3131coverage :
3232 @echo ' Running test suite with coverage'
33+ @coverage erase
3334 @coverage run --rcfile=coverage.rc manage.py test $(suite )
35+ @echo
36+ @coverage report --rcfile=coverage.rc
3437
3538pep8 :
3639 @pep8 $(PACKAGE ) --max-line-length=120 --ignore=E128,E122,E125 && echo ' PEP8: OK'
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Django.js
44
55.. image :: https://secure.travis-ci.org/noirbizarre/django.js.png
66 :target: http://travis-ci.org/noirbizarre/django.js
7+ .. image :: https://coveralls.io/repos/noirbizarre/django.js/badge.png?branch=master
8+ :target: https://coveralls.io/r/noirbizarre/django.js
79.. image :: https://pypip.in/v/django.js/badge.png
810 :target: https://crate.io/packages/django.js
911.. image :: https://pypip.in/d/django.js/badge.png
Original file line number Diff line number Diff line change 22source = djangojs
33branch = True
44omit =
5- */fake/*
5+ djangojs/models.py
6+ djangojs/settings.py
7+ djangojs/test_urls.py
8+ djangojs/wsgi.py
9+ djangojs/fake/*
10+ djangojs/management/*
11+ djangojs/tests/*
612
Original file line number Diff line number Diff line change 1414 # Remove pypip.in badges
1515 (r'.*pypip\.in/.*' , '' ),
1616 (r'.*crate\.io/.*' , '' ),
17+ (r'.*coveralls\.io/.*' , '' ),
1718)
1819
1920
You can’t perform that action at this time.
0 commit comments