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