We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fb42b commit a53456dCopy full SHA for a53456d
1 file changed
Makefile
@@ -26,7 +26,7 @@ lint:
26
27
.PHONY: test
28
test:
29
- ADMIN_ENV_FILE=example.env poetry run pytest --cov=fastadmin --cov-report=term --cov-report=xml --cov-fail-under=40 -s tests
+ ADMIN_ENV_FILE=example.env poetry run pytest --cov=fastadmin --cov-report=term --cov-report=xml --cov-fail-under=20 -s tests
30
make -C frontend test
31
32
.PHONY: kill
0 commit comments