-
Task
-
Resolution: Done
-
Major
-
10.1.0.AM2
-
None
Current coverage implementation us running with:
gulp create-electron-symlink gulp test npm run cover
Last command generates summary on console and report in ./coverage folder.
Would be good to have it always running during just.
gulp test
I had several attempts to get this done with various modules, but result is always %100 coverage with 0 covered files.
----------|----------|----------|----------|----------|----------------| File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines | ----------|----------|----------|----------|----------|----------------| ----------|----------|----------|----------|----------|----------------| All files | 100 | 100 | 100 | 100 | | ----------|----------|----------|----------|----------|----------------| =============================== Coverage summary =============================== Statements : 100% ( 0/0 ) Branches : 100% ( 0/0 ) Functions : 100% ( 0/0 ) Lines : 100% ( 0/0 ) ================================================================================