mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Now, .coveragerc enforces a minimum overall 82% coverage, as is the current standing. Providing less than 100% coverage for added code should reduce the overall coverage and eventually reach 81% or below, causing coverage report to fail on execution. Developers should increase the failure minimum as they increase coverage across the uncovered code. Signed-off-by: Kevin Morris <kevr@0cost.org>
7 lines
118 B
INI
7 lines
118 B
INI
[run]
|
|
disable_warnings = already-imported
|
|
|
|
[report]
|
|
include = aurweb/*
|
|
exclude_lines =
|
|
if __name__ == .__main__.:
|