Added make file target for the coverage of JS files.

This commit is contained in:
Pramod Ahire 2020-08-07 16:36:48 +05:30 committed by Akshay Joshi
parent 518b13c779
commit 23a12efd29

View File

@ -82,6 +82,9 @@ check-feature: install-node bundle
check-js: install-node linter
cd web && yarn run karma start --single-run
check-js-coverage:
cd web && yarn run test:karma-coverage
runtime-debug:
cd runtime && qmake CONFIG+=debug && make