Commit 19779457 by Sébastien Eustace Committed by Arun Babu Neelicattu

Update coverage config

parent 4fe39a33
...@@ -99,3 +99,9 @@ exclude = ''' ...@@ -99,3 +99,9 @@ exclude = '''
| tests/.*/setup.py | tests/.*/setup.py
)/ )/
''' '''
[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:"
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment