Merge pull request #32 from abhi1693/ishan/ci-coverage-gate

CI: backend coverage gate + fix mypy targets shadow
This commit is contained in:
Abhimanyu Saharan
2026-02-07 20:43:06 +05:30
committed by GitHub
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[run]
branch = True
source =
app
omit =
*/.venv/*
alembic/versions/*
[report]
show_missing = True
skip_covered = True
+1
View File
@@ -1,6 +1,7 @@
__pycache__/ __pycache__/
*.pyc *.pyc
.venv/ .venv/
.venv-tools/
.env .env
.runlogs/ .runlogs/