Skip to content
Snippets Groups Projects
Commit 628db621 authored by David Hendriks's avatar David Hendriks
Browse files

updated docstring coverage

parent 862f30cd
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
<text x="31.5" y="14">coverage</text> <text x="31.5" y="14">coverage</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">67%</text> <text x="80" y="15" fill="#010101" fill-opacity=".3">60%</text>
<text x="80" y="14">67%</text> <text x="80" y="14">60%</text>
</g> </g>
</svg> </svg>
...@@ -25,10 +25,8 @@ extend-exclude = ''' ...@@ -25,10 +25,8 @@ extend-exclude = '''
max-line-length = 89 max-line-length = 89
max-complexity = 18 max-complexity = 18
#[tool.coverage] [tool.coverage]
#[tool.coverage.run]
#omit =[*/.local/*, omit =
## omit everything in /usr binarycpython/tests/*
#/usr/*, */tests/*
## omit this single file
#utils/tirefire.py]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment