diff options
| author | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2018-09-09 19:11:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-09 19:11:20 +0200 |
| commit | 6f5c1ce66eca82a9e062b83c3736a2e7ef83fe28 (patch) | |
| tree | 71f0b9ca7402464de5e4af6d9f5735c031abd8b0 /docs | |
| parent | 21042029242e23a570c026b90d435290c4a8755b (diff) | |
| download | cherrypy-git-6f5c1ce66eca82a9e062b83c3736a2e7ef83fe28.tar.gz | |
Add note about using coverage tracking integration
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorials.rst | 4 |
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. |
