File: SOURCES.txt

package info (click to toggle)
python-coverage 7.6.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,120 kB
  • sloc: python: 30,196; ansic: 1,181; javascript: 773; makefile: 293; sh: 107; xml: 48
file content (390 lines) | stat: -rw-r--r-- 10,727 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
.editorconfig
.git-blame-ignore-revs
.readthedocs.yaml
CHANGES.rst
CITATION.cff
CONTRIBUTORS.txt
LICENSE.txt
MANIFEST.in
Makefile
NOTICE.txt
README.rst
__main__.py
howto.txt
igor.py
metacov.ini
pyproject.toml
setup.py
tox.ini
.github/CODE_OF_CONDUCT.md
.github/FUNDING.yml
.github/SECURITY.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/support.md
.github/workflows/codeql-analysis.yml
.github/workflows/coverage.yml
.github/workflows/dependency-review.yml
.github/workflows/kit.yml
.github/workflows/publish.yml
.github/workflows/python-nightly.yml
.github/workflows/quality.yml
.github/workflows/testsuite.yml
benchmark/.gitignore
benchmark/README.rst
benchmark/benchmark.py
benchmark/empty.py
benchmark/fake.py
benchmark/run.py
ci/README.txt
ci/comment_on_fixes.py
ci/ghrel_template.md.j2
ci/parse_relnotes.py
ci/session.py
ci/trigger_action.py
coverage/__init__.py
coverage/__main__.py
coverage/annotate.py
coverage/bytecode.py
coverage/cmdline.py
coverage/collector.py
coverage/config.py
coverage/context.py
coverage/control.py
coverage/data.py
coverage/debug.py
coverage/disposition.py
coverage/env.py
coverage/exceptions.py
coverage/execfile.py
coverage/files.py
coverage/html.py
coverage/inorout.py
coverage/jsonreport.py
coverage/lcovreport.py
coverage/misc.py
coverage/multiproc.py
coverage/numbits.py
coverage/parser.py
coverage/phystokens.py
coverage/plugin.py
coverage/plugin_support.py
coverage/py.typed
coverage/python.py
coverage/pytracer.py
coverage/regions.py
coverage/report.py
coverage/report_core.py
coverage/results.py
coverage/sqldata.py
coverage/sqlitedb.py
coverage/sysmon.py
coverage/templite.py
coverage/tomlconfig.py
coverage/tracer.pyi
coverage/types.py
coverage/version.py
coverage/xmlreport.py
coverage.egg-info/PKG-INFO
coverage.egg-info/SOURCES.txt
coverage.egg-info/dependency_links.txt
coverage.egg-info/entry_points.txt
coverage.egg-info/not-zip-safe
coverage.egg-info/requires.txt
coverage.egg-info/top_level.txt
coverage/ctracer/datastack.c
coverage/ctracer/datastack.h
coverage/ctracer/filedisp.c
coverage/ctracer/filedisp.h
coverage/ctracer/module.c
coverage/ctracer/stats.h
coverage/ctracer/tracer.c
coverage/ctracer/tracer.h
coverage/ctracer/util.h
coverage/htmlfiles/coverage_html.js
coverage/htmlfiles/favicon_32.png
coverage/htmlfiles/index.html
coverage/htmlfiles/keybd_closed.png
coverage/htmlfiles/pyfile.html
coverage/htmlfiles/style.css
coverage/htmlfiles/style.scss
doc/api.rst
doc/api_coverage.rst
doc/api_coveragedata.rst
doc/api_exceptions.rst
doc/api_module.rst
doc/api_plugin.rst
doc/branch.rst
doc/changes.rst
doc/cmd.rst
doc/cog_helpers.py
doc/conf.py
doc/config.rst
doc/contexts.rst
doc/contributing.rst
doc/dbschema.rst
doc/dict.txt
doc/excluding.rst
doc/faq.rst
doc/howitworks.rst
doc/index.rst
doc/install.rst
doc/migrating.rst
doc/other.rst
doc/plugins.rst
doc/python-coverage.1.txt
doc/requirements.in
doc/requirements.pip
doc/sleepy.rst
doc/source.rst
doc/subprocess.rst
doc/trouble.rst
doc/whatsnew5x.rst
doc/_static/coverage.css
doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
doc/media/sleepy-snake-600.png
doc/media/sleepy-snake-circle-150.png
doc/sample_html/favicon_32_cb_58284776.png
doc/sample_html/keybd_closed_cb_ce680311.png
lab/README.txt
lab/bpo_prelude.py
lab/branch_trace.py
lab/branches.py
lab/compare_times.sh
lab/coverage-03.dtd
lab/coverage-04.dtd
lab/extract_code.py
lab/find_class.py
lab/genpy.py
lab/goals.py
lab/hack_pyc.py
lab/new-data.js
lab/parse_all.py
lab/parser.py
lab/pick.py
lab/platform_info.py
lab/run_sysmon.py
lab/run_trace.py
lab/select_contexts.py
lab/show_platform.py
lab/show_pyc.py
lab/treetopy.sh
lab/notes/bug1303.txt
lab/notes/pypy-738-decorated-functions.txt
requirements/dev.in
requirements/dev.pip
requirements/kit.in
requirements/kit.pip
requirements/light-threads.in
requirements/light-threads.pip
requirements/mypy.in
requirements/mypy.pip
requirements/pins.pip
requirements/pip-tools.in
requirements/pip-tools.pip
requirements/pip.in
requirements/pip.pip
requirements/pytest.in
requirements/pytest.pip
requirements/tox.in
requirements/tox.pip
tests/__init__.py
tests/balance_xdist_plugin.py
tests/conftest.py
tests/coveragetest.py
tests/covmodzip1.py
tests/goldtest.py
tests/helpers.py
tests/mixins.py
tests/osinfo.py
tests/plugin1.py
tests/plugin2.py
tests/plugin_config.py
tests/select_plugin.py
tests/stress_phystoken.tok
tests/stress_phystoken_dos.tok
tests/test_annotate.py
tests/test_api.py
tests/test_arcs.py
tests/test_cmdline.py
tests/test_collector.py
tests/test_concurrency.py
tests/test_config.py
tests/test_context.py
tests/test_coverage.py
tests/test_data.py
tests/test_debug.py
tests/test_execfile.py
tests/test_filereporter.py
tests/test_files.py
tests/test_goldtest.py
tests/test_html.py
tests/test_json.py
tests/test_lcov.py
tests/test_misc.py
tests/test_mixins.py
tests/test_numbits.py
tests/test_oddball.py
tests/test_parser.py
tests/test_phystokens.py
tests/test_plugins.py
tests/test_process.py
tests/test_python.py
tests/test_regions.py
tests/test_report.py
tests/test_report_common.py
tests/test_report_core.py
tests/test_results.py
tests/test_setup.py
tests/test_sqlitedb.py
tests/test_templite.py
tests/test_testing.py
tests/test_venv.py
tests/test_version.py
tests/test_xml.py
tests/testenv.py
tests/gold/README.rst
tests/gold/annotate/anno_dir/multi.py,cover
tests/gold/annotate/anno_dir/z_80084bf2fba02475___init__.py,cover
tests/gold/annotate/anno_dir/z_80084bf2fba02475_a.py,cover
tests/gold/annotate/anno_dir/z_b039179a8a4ce2c2___init__.py,cover
tests/gold/annotate/anno_dir/z_b039179a8a4ce2c2_b.py,cover
tests/gold/annotate/encodings/utf8.py,cover
tests/gold/annotate/mae/mae.py,cover
tests/gold/annotate/multi/multi.py,cover
tests/gold/annotate/multi/a/__init__.py,cover
tests/gold/annotate/multi/a/a.py,cover
tests/gold/annotate/multi/b/__init__.py,cover
tests/gold/annotate/multi/b/b.py,cover
tests/gold/annotate/white/white.py,cover
tests/gold/html/Makefile
tests/gold/html/a/a_py.html
tests/gold/html/a/class_index.html
tests/gold/html/a/function_index.html
tests/gold/html/a/index.html
tests/gold/html/b_branch/b_py.html
tests/gold/html/b_branch/class_index.html
tests/gold/html/b_branch/function_index.html
tests/gold/html/b_branch/index.html
tests/gold/html/bom/bom_py.html
tests/gold/html/bom/class_index.html
tests/gold/html/bom/function_index.html
tests/gold/html/bom/index.html
tests/gold/html/contexts/class_index.html
tests/gold/html/contexts/function_index.html
tests/gold/html/contexts/index.html
tests/gold/html/contexts/two_tests_py.html
tests/gold/html/isolatin1/class_index.html
tests/gold/html/isolatin1/function_index.html
tests/gold/html/isolatin1/index.html
tests/gold/html/isolatin1/isolatin1_py.html
tests/gold/html/omit_1/class_index.html
tests/gold/html/omit_1/function_index.html
tests/gold/html/omit_1/index.html
tests/gold/html/omit_1/m1_py.html
tests/gold/html/omit_1/m2_py.html
tests/gold/html/omit_1/m3_py.html
tests/gold/html/omit_1/main_py.html
tests/gold/html/omit_2/class_index.html
tests/gold/html/omit_2/function_index.html
tests/gold/html/omit_2/index.html
tests/gold/html/omit_2/m2_py.html
tests/gold/html/omit_2/m3_py.html
tests/gold/html/omit_2/main_py.html
tests/gold/html/omit_3/class_index.html
tests/gold/html/omit_3/function_index.html
tests/gold/html/omit_3/index.html
tests/gold/html/omit_3/m3_py.html
tests/gold/html/omit_3/main_py.html
tests/gold/html/omit_4/class_index.html
tests/gold/html/omit_4/function_index.html
tests/gold/html/omit_4/index.html
tests/gold/html/omit_4/m1_py.html
tests/gold/html/omit_4/m3_py.html
tests/gold/html/omit_4/main_py.html
tests/gold/html/omit_5/class_index.html
tests/gold/html/omit_5/function_index.html
tests/gold/html/omit_5/index.html
tests/gold/html/omit_5/m1_py.html
tests/gold/html/omit_5/main_py.html
tests/gold/html/other/blah_blah_other_py.html
tests/gold/html/other/class_index.html
tests/gold/html/other/function_index.html
tests/gold/html/other/here_py.html
tests/gold/html/other/index.html
tests/gold/html/partial/class_index.html
tests/gold/html/partial/function_index.html
tests/gold/html/partial/index.html
tests/gold/html/partial/partial_py.html
tests/gold/html/partial_626/class_index.html
tests/gold/html/partial_626/function_index.html
tests/gold/html/partial_626/index.html
tests/gold/html/partial_626/partial_py.html
tests/gold/html/styled/a_py.html
tests/gold/html/styled/class_index.html
tests/gold/html/styled/function_index.html
tests/gold/html/styled/index.html
tests/gold/html/styled/myextra.css
tests/gold/html/styled/style.css
tests/gold/html/support/coverage_html_cb_6fb7b396.js
tests/gold/html/support/favicon_32_cb_58284776.png
tests/gold/html/support/keybd_closed_cb_ce680311.png
tests/gold/html/support/style_cb_8e611ae1.css
tests/gold/html/unicode/class_index.html
tests/gold/html/unicode/function_index.html
tests/gold/html/unicode/index.html
tests/gold/html/unicode/unicode_py.html
tests/gold/testing/getty/gettysburg.txt
tests/gold/testing/xml/output.xml
tests/gold/xml/x_xml/coverage.xml
tests/gold/xml/y_xml_branch/coverage.xml
tests/js/index.html
tests/js/tests.js
tests/modules/covmod1.py
tests/modules/runmod1.py
tests/modules/usepkgs.py
tests/modules/aa/__init__.py
tests/modules/aa/afile.odd.py
tests/modules/aa/afile.py
tests/modules/aa/zfile.py
tests/modules/aa/bb/__init__.py
tests/modules/aa/bb/bfile.odd.py
tests/modules/aa/bb/bfile.py
tests/modules/aa/bb.odd/bfile.py
tests/modules/aa/bb/cc/__init__.py
tests/modules/aa/bb/cc/cfile.py
tests/modules/ambiguous/__init__.py
tests/modules/ambiguous/pkg1/__init__.py
tests/modules/ambiguous/pkg1/ambiguous.py
tests/modules/namespace_420/sub1/__init__.py
tests/modules/pkg1/__init__.py
tests/modules/pkg1/__main__.py
tests/modules/pkg1/p1a.py
tests/modules/pkg1/p1b.py
tests/modules/pkg1/p1c.py
tests/modules/pkg1/runmod2.py
tests/modules/pkg1/sub/__init__.py
tests/modules/pkg1/sub/__main__.py
tests/modules/pkg1/sub/ps1a.py
tests/modules/pkg1/sub/runmod3.py
tests/modules/pkg2/__init__.py
tests/modules/pkg2/p2a.py
tests/modules/pkg2/p2b.py
tests/modules/plugins/__init__.py
tests/modules/plugins/a_plugin.py
tests/modules/plugins/another.py
tests/modules/process_test/__init__.py
tests/modules/process_test/try_execfile.py
tests/moremodules/namespace_420/sub2/__init__.py
tests/moremodules/othermods/__init__.py
tests/moremodules/othermods/othera.py
tests/moremodules/othermods/otherb.py
tests/moremodules/othermods/sub/__init__.py
tests/moremodules/othermods/sub/osa.py
tests/moremodules/othermods/sub/osb.py
tests/qunit/jquery.tmpl.min.js
tests/zipsrc/zip1/__init__.py
tests/zipsrc/zip1/zip1.py