From 4bd7c6a15aced8a082bcc287fe55550c00700e24 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 16 Sep 2018 08:10:48 +0200 Subject: [PATCH] docs/plugins.rst: use --cov with addopts Without `--cov` pytest-cov will not track coverage at all. [ci skip] --- docs/plugins.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 6c8b894e..240420ad 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -21,5 +21,4 @@ Alternatively you can have this in ``tox.ini`` (if you're using `Tox