mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added make file target for the coverage of JS files.
This commit is contained in:
parent
518b13c779
commit
23a12efd29
3
Makefile
3
Makefile
@ -82,6 +82,9 @@ check-feature: install-node bundle
|
|||||||
check-js: install-node linter
|
check-js: install-node linter
|
||||||
cd web && yarn run karma start --single-run
|
cd web && yarn run karma start --single-run
|
||||||
|
|
||||||
|
check-js-coverage:
|
||||||
|
cd web && yarn run test:karma-coverage
|
||||||
|
|
||||||
runtime-debug:
|
runtime-debug:
|
||||||
cd runtime && qmake CONFIG+=debug && make
|
cd runtime && qmake CONFIG+=debug && make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user