Skip to content

Commit 8891312

Browse files
committed
docs: updated cog checksums
1 parent 3ae5add commit 8891312

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

doc/cmd.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. [[[cog
99
from cog_helpers import show_configs, show_help
1010
.. ]]]
11-
.. [[[end]]] (checksum: d41d8cd98f00b204e9800998ecf8427e)
11+
.. [[[end]]] (sum: 1B2M2Y8Asg)
1212
1313
.. _cmd:
1414

@@ -143,7 +143,7 @@ There are many options:
143143
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
144144
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
145145
tried. [env: COVERAGE_RCFILE]
146-
.. [[[end]]] (checksum: b1a0fffe2768fc142f1d97ae556b621d)
146+
.. [[[end]]] (sum: saD//ido/B)
147147
148148
If you want :ref:`branch coverage <branch>` measurement, use the ``--branch``
149149
flag. Otherwise only statement coverage is measured.
@@ -328,7 +328,7 @@ file:
328328
[coverage:run]
329329
disable_warnings = no-data-collected
330330

331-
.. [[[end]]] (checksum: 489285bcfa173b69a286f03fe13e4554)
331+
.. [[[end]]] (sum: SJKFvPoXO2)
332332
333333
334334
.. _cmd_datafile:
@@ -428,7 +428,7 @@ want to keep those files, use the ``--keep`` command-line option.
428428
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
429429
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
430430
tried. [env: COVERAGE_RCFILE]
431-
.. [[[end]]] (checksum: 0bdd83f647ee76363c955bedd9ddf749)
431+
.. [[[end]]] (sum: C92D9kfudj)
432432
433433
434434
.. _cmd_combine_remapping:
@@ -477,7 +477,7 @@ To erase the collected data, use the **erase** command:
477477
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
478478
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
479479
tried. [env: COVERAGE_RCFILE]
480-
.. [[[end]]] (checksum: cfeaef66ce8d5154dc6914831030b46b)
480+
.. [[[end]]] (sum: z+rvZs6NUV)
481481
482482
If your configuration file indicates parallel data collection, **erase** will
483483
remove all of the data files.
@@ -575,7 +575,7 @@ as a percentage.
575575
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
576576
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
577577
tried. [env: COVERAGE_RCFILE]
578-
.. [[[end]]] (checksum: 167272a29d9e7eb017a592a0e0747a06)
578+
.. [[[end]]] (sum: FnJyop2efr)
579579
580580
The ``-m`` flag also shows the line numbers of missing statements::
581581

@@ -706,7 +706,7 @@ Click the keyboard icon in the upper right to see the complete list.
706706
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
707707
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
708708
tried. [env: COVERAGE_RCFILE]
709-
.. [[[end]]] (checksum: e3a1a6e24ad9b303ba06d42880ed0219)
709+
.. [[[end]]] (sum: 46Gm4krZsw)
710710
711711
The title of the report can be set with the ``title`` setting in the
712712
``[html]`` section of the configuration file, or the ``--title`` switch on
@@ -783,7 +783,7 @@ compatible with `Cobertura`_.
783783
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
784784
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
785785
tried. [env: COVERAGE_RCFILE]
786-
.. [[[end]]] (checksum: 8b239d89534be0b2c69489e10b1352a9)
786+
.. [[[end]]] (sum: iyOdiVNL4L)
787787
788788
You can specify the name of the output file with the ``-o`` switch.
789789

@@ -872,7 +872,7 @@ The **json** command writes coverage data to a "coverage.json" file.
872872
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
873873
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
874874
tried. [env: COVERAGE_RCFILE]
875-
.. [[[end]]] (checksum: e53e60cb65d971c35d1db1c08324b72e)
875+
.. [[[end]]] (sum: 5T5gy2XZcc)
876876
877877
You can specify the name of the output file with the ``-o`` switch. The JSON
878878
can be nicely formatted by specifying the ``--pretty-print`` switch.
@@ -918,7 +918,7 @@ The **lcov** command writes coverage data to a "coverage.lcov" file.
918918
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
919919
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
920920
tried. [env: COVERAGE_RCFILE]
921-
.. [[[end]]] (checksum: 16acfbae8011d2e3b620695c5fe13746)
921+
.. [[[end]]] (sum: Fqz7roAR0u)
922922
923923
Common reporting options are described above in :ref:`cmd_reporting`.
924924
Also see :ref:`Configuration: [lcov] <config_lcov>`.
@@ -987,7 +987,7 @@ For example::
987987
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
988988
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
989989
tried. [env: COVERAGE_RCFILE]
990-
.. [[[end]]] (checksum: fd7d8fbd2dd6e24d37f868b389c2ad6d)
990+
.. [[[end]]] (sum: /X2PvS3W4k)
991991
992992
Other common reporting options are described above in :ref:`cmd_reporting`.
993993

@@ -1029,7 +1029,7 @@ A few types of information are available:
10291029
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
10301030
'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried.
10311031
[env: COVERAGE_RCFILE]
1032-
.. [[[end]]] (checksum: c9b8dfb644da3448830b1c99bffa6880)
1032+
.. [[[end]]] (sum: ybjftkTaNE)
10331033
10341034
.. _cmd_run_debug:
10351035

doc/config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. [[[cog
99
from cog_helpers import show_configs
1010
.. ]]]
11-
.. [[[end]]] (checksum: d41d8cd98f00b204e9800998ecf8427e)
11+
.. [[[end]]] (sum: 1B2M2Y8Asg)
1212
1313
1414
.. _config:
@@ -257,7 +257,7 @@ Here's a sample configuration file, in each syntax:
257257
[coverage:html]
258258
directory = coverage_html_report
259259

260-
.. [[[end]]] (checksum: 1d4d59eb69af44aacb77c9ebad869b65)
260+
.. [[[end]]] (sum: HU1Z62mvRK)
261261
262262
263263
The specific configuration settings are described below. Many sections and
@@ -572,7 +572,7 @@ equivalent when combining data from different machines:
572572
/jenkins/build/*/src
573573
c:\myproj\src
574574
575-
.. [[[end]]] (checksum: a074a5f121a23135dcb6733bca3e20bd)
575+
.. [[[end]]] (sum: oHSl8SGiMT)
576576
577577
578578
The names of the entries ("source" in this example) are ignored, you may choose

doc/contexts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. [[[cog
99
from cog_helpers import show_configs
1010
.. ]]]
11-
.. [[[end]]] (checksum: d41d8cd98f00b204e9800998ecf8427e)
11+
.. [[[end]]] (sum: 1B2M2Y8Asg)
1212
1313
1414
.. _contexts:
@@ -108,7 +108,7 @@ The ``[run] dynamic_context`` setting has only one option now. Set it to
108108
[coverage:run]
109109
dynamic_context = test_function
110110

111-
.. [[[end]]] (checksum: 7594c36231f0ef52b554aad8c835ccf4)
111+
.. [[[end]]] (sum: dZTDYjHw71)
112112
113113
Each test function you run will be considered a separate dynamic context, and
114114
coverage data will be segregated for each. A test function is any function

doc/dbschema.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ to:
3434
3535
SCHEMA_VERSION = 7
3636
37-
.. [[[end]]] (checksum: 95a75340df33237e7e9c93b02dd1814c)
37+
.. [[[end]]] (sum: ladTQN8zI3)
3838
3939
You can use SQLite tools such as the :mod:`sqlite3 <python:sqlite3>` module in
4040
the Python standard library to access the data. Some data is stored in a
@@ -116,7 +116,7 @@ This is the database schema:
116116
foreign key (file_id) references file (id)
117117
);
118118
119-
.. [[[end]]] (checksum: 6a04d14b07f08f86cccf43056328dcb7)
119+
.. [[[end]]] (sum: agTRSwfwj4)
120120
121121
122122
.. _numbits:

doc/excluding.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. [[[cog
99
from cog_helpers import show_configs
1010
.. ]]]
11-
.. [[[end]]] (checksum: d41d8cd98f00b204e9800998ecf8427e)
11+
.. [[[end]]] (sum: 1B2M2Y8Asg)
1212
1313
1414
.. _excluding:
@@ -133,7 +133,7 @@ all of them by adding a regex to the exclusion list:
133133
exclude_also =
134134
def __repr__
135135

136-
.. [[[end]]] (checksum: f3e70ebf128fbef4087efe75dcfadcb8)
136+
.. [[[end]]] (sum: 8+cOvxKPvv)
137137
138138
For example, here's a list of exclusions I've used:
139139

@@ -222,7 +222,7 @@ For example, here's a list of exclusions I've used:
222222
class .*\bProtocol\):
223223
@(abc\.)?abstractmethod
224224

225-
.. [[[end]]] (checksum: 650b209edd27112381b5f0a8d2ee0c45)
225+
.. [[[end]]] (sum: ZQsgnt0nES)
226226
227227
The :ref:`config_report_exclude_also` option adds regexes to the built-in
228228
default list so that you can add your own exclusions. The older
@@ -319,7 +319,7 @@ Here are some examples:
319319
; 3. A pragma comment that excludes an entire file:
320320
\A(?s:.*# pragma: exclude file.*)\Z
321321

322-
.. [[[end]]] (checksum: c46e819ad9a1d3a8e37037a89d28cfde)
322+
.. [[[end]]] (sum: xG6Bmtmh06)
323323
324324
The first regex matches a specific except line followed by a specific function
325325
call. Both lines must be present for the exclusion to take effect. Note that

doc/plugins.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. [[[cog
99
from cog_helpers import show_configs
1010
.. ]]]
11-
.. [[[end]]] (checksum: d41d8cd98f00b204e9800998ecf8427e)
11+
.. [[[end]]] (sum: 1B2M2Y8Asg)
1212
1313
1414
.. _plugins:
@@ -84,7 +84,7 @@ a coverage.py plug-in called ``something.plugin``.
8484
plugins =
8585
something.plugin
8686

87-
.. [[[end]]] (checksum: 6e866323d4bc319d42e3199b08615111)
87+
.. [[[end]]] (sum: boZjI9S8MZ)
8888
8989
#. If the plug-in needs its own configuration, you can add those settings in
9090
the .coveragerc file in a section named for the plug-in:
@@ -127,7 +127,7 @@ a coverage.py plug-in called ``something.plugin``.
127127
option1 = True
128128
option2 = abc.foo
129129

130-
.. [[[end]]] (checksum: b690115dbe7f6c7806567e009b5715c4)
130+
.. [[[end]]] (sum: tpARXb5/bH)
131131
132132
Check the documentation for the plug-in for details on the options it takes.
133133

doc/source.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.. [[[cog
99
from cog_helpers import show_configs
1010
.. ]]]
11-
.. [[[end]]] (checksum: d41d8cd98f00b204e9800998ecf8427e)
11+
.. [[[end]]] (sum: 1B2M2Y8Asg)
1212
1313
1414
.. _source:
@@ -139,7 +139,7 @@ current directory:
139139
# omit this single file
140140
utils/tirefire.py
141141

142-
.. [[[end]]] (checksum: 84ad2743cc0c7a077770e50fcedab29d)
142+
.. [[[end]]] (sum: hK0nQ8wMeg)
143143
144144
The ``source``, ``include``, and ``omit`` values all work together to determine
145145
the source that will be measured.

0 commit comments

Comments
 (0)