ci: add PR quality and coverage gates
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
[run]
|
||||
source = backend
|
||||
omit =
|
||||
backend/*/migrations/*
|
||||
backend/*/test_*.py
|
||||
backend/*/tests.py
|
||||
backend/manage.py
|
||||
backend/config/wsgi.py
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
if TYPE_CHECKING:
|
||||
if __name__ == .__main__.:
|
||||
show_missing = true
|
||||
skip_covered = true
|
||||
Reference in New Issue
Block a user