FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cpython/.coveragerc at b1e5d2c601bbd3d435b60deef4818f3622bdfca3 · python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cpython
/
.coveragerc
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (19 loc) · 526 Bytes
Breadcrumbs
cpython
/
.coveragerc
Copy path
File metadata and controls
24 lines (19 loc) · 526 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[run]
branch
= True
[report]
#
Regexes for lines to exclude from consideration
exclude_lines
=
#
Don't complain if non-runnable code isn't run:
if 0:
if
__name__
== .__main__.:
raise AssertionError\(
#
Empty bodies in protocols or abstract methods
^\s*def [a-zA-Z0-9_]+\(.*\)(\s*->.*)?:\s*\.\.\.(\s*
#
.*)?$
^\s*\.\.\.(\s*
#
.*)?$
.*
#
pragma: no cover
.*
#
pragma: no branch
#
Additions for IDLE:
.*
#
htest #
if not (_htest or _utest):
if not .*_utest:
if .*_htest:
Back
|
FazBrowse Home
|
New Git URL