From 083645747698ea75fc5896efcdc101bacbc453d5 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 11 Jan 2025 03:49:58 +0000 Subject: [PATCH] Remove documented incorrect number of no-visible-output reports Rather than update the number, I propose removing it. I think that this removes the risk that the text and the code block get out of sync again. --- docs/reporting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reporting.rst b/docs/reporting.rst index d3ae06b2..1f1a07ea 100644 --- a/docs/reporting.rst +++ b/docs/reporting.rst @@ -49,7 +49,7 @@ The terminal report with skip covered:: You can use ``skip-covered`` with ``term-missing`` as well. e.g. ``--cov-report term-missing:skip-covered`` -These four report options output to files without showing anything on the terminal:: +These report options output to files without showing anything on the terminal:: pytest --cov-report html --cov-report xml