@@ -145,7 +145,7 @@ all of them by adding a regex to the exclusion list:
145145 def __repr__
146146
147147 .. code-tab :: toml
148- :caption: pyproject.toml
148+ :caption: .coveragerc.toml or pyproject.toml
149149
150150 [tool.coverage.report]
151151 exclude_also = [
@@ -159,7 +159,7 @@ all of them by adding a regex to the exclusion list:
159159 exclude_also =
160160 def __repr__
161161
162- .. [[[end]]] (sum: 8+cOvxKPvv )
162+ .. [[[end]]] (sum: QqurBI2O5i )
163163
164164 For example, here's a list of exclusions I've used:
165165
@@ -216,7 +216,7 @@ For example, here's a list of exclusions I've used:
216216 @(abc\. )?abstractmethod
217217
218218 .. code-tab :: toml
219- :caption: pyproject.toml
219+ :caption: .coveragerc.toml or pyproject.toml
220220
221221 [tool.coverage.report]
222222 exclude_also = [
@@ -248,7 +248,7 @@ For example, here's a list of exclusions I've used:
248248 class .*\b Protocol\) :
249249 @(abc\. )?abstractmethod
250250
251- .. [[[end]]] (sum: ZQsgnt0nES )
251+ .. [[[end]]] (sum: z5MhXz2dFm )
252252
253253 The :ref: `config_report_exclude_also ` option adds regexes to the built-in
254254default list so that you can add your own exclusions. The older
@@ -319,7 +319,7 @@ Here are some examples:
319319 \A (?s:.*# pragma: exclude file.*)\Z
320320
321321 .. code-tab :: toml
322- :caption: pyproject.toml
322+ :caption: .coveragerc.toml or pyproject.toml
323323
324324 [tool.coverage.report]
325325 exclude_also = [
@@ -343,7 +343,7 @@ Here are some examples:
343343 ; 3. A pragma comment that excludes an entire file:
344344 \A (?s:.*# pragma: exclude file.*)\Z
345345
346- .. [[[end]]] (sum: xG6Bmtmh06 )
346+ .. [[[end]]] (sum: 3EupeurnDP )
347347
348348 The first regex matches a specific except line followed by a specific function
349349call. Both lines must be present for the exclusion to take effect. Note that
0 commit comments