JSchn
JSchn
We had similar issues using istanbul reporter. I got it working by adjusting lib/reporter.js: ``` --- a/lib/reporter.js +++ b/lib/reporter.js @@ -106,11 +106,8 @@ const AggregatedCoverageReporter = function(injector, logger, config, baseReport...
@MikeDabrowski basically creating a local fork and adjusting it (after testing it by adjusting local node_modules). but it look like you figured out something
it's easy to avoid lodash: ``` get success() { return _.sum( _realLastResults.map( result => result.success ) ) } get skipped() { return _.sum( _realLastResults.map( result => result.skipped ) ) }...
i also added this to my fork https://github.com/jo-soft/combodate
I saw some code wrapping it into a directive. I'll have a look if i am able to write one.
I can stil reproduce this issue with kickstarter-node 3.0.75 and node-sass 4.5.3 (running on node v6.11.4). are there any plans to fix this issue (e.g. merge the PR mentioned above?)
@wasimsandhu do you have any further information? i tried to reproduce it on debian 12 and for me it works as expected 
without looking into the code yet, my approach would be to simply go with uuids instead of deriving them somehow. @ontowhee are you still working on this?