2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Run coveralls step after success

This commit is contained in:
Oliver Walters
2019-04-24 15:32:50 +10:00
parent 4e7e2b7295
commit fa46f14f5d
3 changed files with 9 additions and 2 deletions

View File

@ -11,8 +11,11 @@ style:
flake8 InvenTree --ignore=C901,E501
test:
# Perform Django system checks
python InvenTree/manage.py check
python InvenTree/manage.py test --noinput
# Run the test framework (through coverage script)
coverage run InvenTree/manage.py test
migrate:
python InvenTree/manage.py makemigrations company