aurweb/.coveragerc
Leonidas Spyropoulos c176b2b611
feature: increase mandatory coverage to 95%
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2023-01-25 19:34:52 +00:00

9 lines
155 B
INI

[run]
disable_warnings = already-imported
[report]
include = aurweb/*
fail_under = 95
exclude_lines =
if __name__ == .__main__.:
pragma: no cover