From c90864222a42d27be866d5d3219b3c7759e6ab73 Mon Sep 17 00:00:00 2001 From: fawce Date: Wed, 8 Feb 2012 17:14:39 -0500 Subject: [PATCH] coverage report now embedded in documentation --- README.md | 5 +---- docs/index.rst | 7 +++++++ etc/jenkins.sh | 3 +++ nosetests.xml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 93ca0282..2ee7f7ff 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,8 @@ For line count:: $ paver sloccount -For syntax checking:: - - $ paver pyflakes - For building distributable egg:: + $ paver bdist_egg Tooling hints diff --git a/docs/index.rst b/docs/index.rst index de4f923f..6629f7e8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,12 @@ Contents: notes.rst modules.rst + + +Review the unit test coverage_. + + + Indices and tables ================== @@ -21,3 +27,4 @@ Indices and tables * :ref:`modindex` * :ref:`search` +.. _coverage: cover/index.html \ No newline at end of file diff --git a/etc/jenkins.sh b/etc/jenkins.sh index 51d14b16..2b11e101 100755 --- a/etc/jenkins.sh +++ b/etc/jenkins.sh @@ -36,4 +36,7 @@ sloccount --wide --details ./ > sloccount.sc #documentation output paver apidocs html +#move coverage into apidocs +mv ./cover ./docs/_build/html + deactivate diff --git a/nosetests.xml b/nosetests.xml index a70a405f..7d46334e 100644 --- a/nosetests.xml +++ b/nosetests.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file