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
backend/.coveragerc Normal file
View File

@@ -0,0 +1,11 @@
[run]
branch = True
source =
app
omit =
*/.venv/*
alembic/versions/*
[report]
show_missing = True
skip_covered = True

1
backend/.gitignore vendored
View File

@@ -1,6 +1,7 @@
__pycache__/
*.pyc
.venv/
.venv-tools/
.env
.runlogs/