cli: ignore coverage in _parser util module

This commit is contained in:
bastimeyer 2024-02-14 13:47:29 +01:00 committed by Sebastian Meyer
parent 6a551f6b3c
commit 15da679ddd
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ omit = [
"src/streamlink/packages/*",
"src/streamlink/webbrowser/cdp/devtools/*",
"src/streamlink_cli/packages/*",
"src/streamlink_cli/_parser.py",
]
exclude_lines = [
"pragma: no cover",