From e5a15c1d5652574ba85673f814b09f5da333fca8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Nov 2022 12:17:11 -0500 Subject: feat: --format=total writes just the total number --- coverage/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index d260eeab..9a55acb1 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -924,7 +924,7 @@ class Coverage: `file` is a file-like object, suitable for writing. `output_format` determines the format, either "text" (the default), - or "markdown". + "markdown", or "total". `include` is a list of file name patterns. Files that match will be included in the report. Files matching `omit` will not be included in -- cgit v1.2.1