Merge pull request #32 from abhi1693/ishan/ci-coverage-gate
CI: backend coverage gate + fix mypy targets shadow
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
|
||||
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
.venv-tools/
|
||||
.env
|
||||
.runlogs/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user