summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2018-09-09 19:11:20 +0200
committerGitHub <noreply@github.com>2018-09-09 19:11:20 +0200
commit6f5c1ce66eca82a9e062b83c3736a2e7ef83fe28 (patch)
tree71f0b9ca7402464de5e4af6d9f5735c031abd8b0 /docs
parent21042029242e23a570c026b90d435290c4a8755b (diff)
downloadcherrypy-git-6f5c1ce66eca82a9e062b83c3736a2e7ef83fe28.tar.gz
Add note about using coverage tracking integration
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/tutorials.rst b/docs/tutorials.rst
index 50091bf5..22a608b5 100644
--- a/docs/tutorials.rst
+++ b/docs/tutorials.rst
@@ -1289,3 +1289,7 @@ the python program is started directly. We can simply change the following lines
cherrypy.quickstart(StringGenerator())
When you rerun the code coverage, it should show 100% now.
+
+.. note::
+
+ When using in CI, you might want to integrate `Codecov <https://codecov.io>`_, `Landscape <https://landscape.io>`_ or `Coveralls <https://coveralls.io/>`_ into your project to store and track coverage data over time.