fix coverage

This commit is contained in:
collerek
2021-04-28 17:16:30 +02:00
parent 11ed5fd322
commit d2921167bd
3 changed files with 23 additions and 4 deletions

View File

@ -16,4 +16,10 @@ test_mysql:
docker-compose -f scripts/docker-compose.yml stop mysql
test_sqlite:
bash scripts/test.sh -svv
bash scripts/test.sh -svv
test:
pytest
coverage:
pytest --cov=ormar --cov=tests --cov-fail-under=100 --cov-report=term-missing