Actually run npm tests
This commit is contained in:
parent
abd416f9f8
commit
b1f891d706
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ flake8 project --ignore=E128,E501 --exclude=migrations,settings,wsgi.py
|
||||||
coverage run --source=project --omit='*/wsgi.py,*/settings.py,*/migrations/*.py,*__init__.py' manage.py test $@
|
coverage run --source=project --omit='*/wsgi.py,*/settings.py,*/migrations/*.py,*__init__.py' manage.py test $@
|
||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
npm test
|
eslint static/src
|
||||||
|
sass-lint -vqc .sass-lint.yml
|
||||||
|
|
||||||
bandit -r project/ manage.py
|
bandit -r project/ manage.py
|
||||||
safety check
|
safety check
|
||||||
|
|
Reference in a new issue