Skip to content

Commit a53456d

Browse files
committed
Fixed m2m
1 parent 93fb42b commit a53456d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lint:
2626

2727
.PHONY: test
2828
test:
29-
ADMIN_ENV_FILE=example.env poetry run pytest --cov=fastadmin --cov-report=term --cov-report=xml --cov-fail-under=40 -s tests
29+
ADMIN_ENV_FILE=example.env poetry run pytest --cov=fastadmin --cov-report=term --cov-report=xml --cov-fail-under=20 -s tests
3030
make -C frontend test
3131

3232
.PHONY: kill

0 commit comments

Comments
 (0)