Skip to content

Commit 10b7dbc

Browse files
committed
add
1 parent 09c3b17 commit 10b7dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exclude = [ ".venv", "migrations"]
6262
run = 'fastapi dev src/app.py'
6363
superuser = 'python src/utils/create_supersuer.py'
6464
pre_test = 'task lint'
65-
test = 'pytest --cov=src --cov-report=term-missing:skip-covered -vv'
65+
test = 'pytest --cov=src --cov-report=term-missing:skip-covered --cov-fail-under=100 -vv'
6666
post_test = 'coverage html'
6767
lint = 'ruff check . && ruff check . --diff'
6868
format = 'ruff check . --fix && ruff format .'

0 commit comments

Comments
 (0)