added test coverage link

This commit is contained in:
mdipierro
2013-04-15 15:59:40 -05:00
parent c01f860009
commit 44eb880108
3 changed files with 3 additions and 29 deletions

View File

@@ -11,6 +11,8 @@ Learn more at http://web2py.com
[![Build Status](https://travis-ci.org/web2py/web2py.png)](https://travis-ci.org/web2py/web2py)
[![Coverage Status](https://coveralls.io/repos/web2py/web2py/badge.png)](https://coveralls.io/r/web2py/web2py)
## Installation Instructions
To start web2py there is NO NEED to install it. Just unzip and do:

View File

@@ -1 +1 @@
Version 2.4.6-stable+timestamp.2013.04.15.10.15.42
Version 2.4.6-stable+timestamp.2013.04.15.15.58.57

View File

@@ -1,28 +0,0 @@
[run]
branch = True
parallel = True
source = gluon, applications
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about missing debug-only code:
def __repr__
if self\.debug
# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
ignore_errors = True
omit = gluon/contrib/*
[html]
directory = coverage_html_report