Denis Golovin created JBDS-3969:
-----------------------------------
Summary: Run istanbul coverage with gulp for unit-tests
Key: JBDS-3969
URL:
https://issues.jboss.org/browse/JBDS-3969
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Task
Components: platform-installer
Affects Versions: 10.1.0.AM2
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 10.1.0.AM3
Current coverage implementation us running with:
{code}gulp create-electron-symlink
gulp test
npm run cover{code}
Last command generates summary on console and report in ./coverage folder.
Would be good to have it always running during just.
{code}gulp test{code}
I had several attempts to get this done with various modules, but result is always %100
coverage with 0 covered files.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)