From 97eba39c1fa2c7791da6ed644fee28666d948a33 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 19 Nov 2021 16:37:15 -0500 Subject: build: use cog to maintain data copied into docs --- doc/help/json.rst | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 doc/help/json.rst (limited to 'doc/help/json.rst') diff --git a/doc/help/json.rst b/doc/help/json.rst deleted file mode 100644 index 58f08948..00000000 --- a/doc/help/json.rst +++ /dev/null @@ -1,36 +0,0 @@ - -.. This file is auto-generated by "make dochtml", don't edit it manually. - -.. code:: - - $ coverage json --help - Usage: coverage json [options] [modules] - - Generate a JSON report of coverage results. - - Options: - --contexts=REGEX1,REGEX2,... - Only display data from lines covered in the given - contexts. Accepts Python regexes, which must be - quoted. - --fail-under=MIN Exit with a status of 2 if the total coverage is less - than MIN. - -i, --ignore-errors Ignore errors while reading source files. - --include=PAT1,PAT2,... - Include only files whose paths match one of these - patterns. Accepts shell-style wildcards, which must be - quoted. - --omit=PAT1,PAT2,... Omit files whose paths match one of these patterns. - Accepts shell-style wildcards, which must be quoted. - -o OUTFILE Write the JSON report to this file. Defaults to - 'coverage.json' - --pretty-print Format the JSON for human readers. - -q, --quiet Don't print messages about what is happening. - --show-contexts Show contexts for covered lines. - --debug=OPTS Debug options, separated by commas. [env: - COVERAGE_DEBUG] - -h, --help Get help on this command. - --rcfile=RCFILE Specify configuration file. By default '.coveragerc', - 'setup.cfg', 'tox.ini', and 'pyproject.toml' are - tried. [env: COVERAGE_RCFILE] - -- cgit v1.2.1