ci: add backend coverage gate + upload report
This commit is contained in:
11
backend/.coveragerc
Normal file
11
backend/.coveragerc
Normal file
@@ -0,0 +1,11 @@
|
||||
[run]
|
||||
branch = True
|
||||
source =
|
||||
app
|
||||
omit =
|
||||
*/.venv/*
|
||||
alembic/versions/*
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
skip_covered = True
|
||||
Reference in New Issue
Block a user