mirror of
https://github.com/zoriya/guessit.git
synced 2025-12-06 06:16:09 +00:00
9 lines
142 B
INI
9 lines
142 B
INI
# .coveragerc to control coverage.py
|
|
[run]
|
|
omit =
|
|
guessit/__version__.py
|
|
guessit/test/*
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|