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:
5
Makefile
5
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user