Marcelino Torres Braulio

Results 16 comments of Marcelino Torres Braulio

Same issue here. Works in 4.0.X, 4.1.X, 5.0.X, 5.1.X, seems to fail for 4.2.6+, and 5.2.X+, didn't test all patch releases and also didn't test 3.X.X-. I _really need_ this...

@bahmutov It might be a bit of a tall order, but I was thinking all versions 4.0.0 and above. However, I did manage to get my use case (4.0.0+) resolved...

@malaupa Thanks for attempting to provide a better approach! I did explore this route when I crafted the (https://github.com/Workiva/karma-jspm/pull/147) solution and had to drop it early on do to the...

@malaupa fantastic. > Thats why i create another implementation using istanbul directly ... I couldn't understand how you were generating the correct mapping using Istanbul directly, but looking at the...

@maxwellpeterson-wf @evanweible-wf Thanks for the positive feedback! I'll look into what needs to be cleaned up and update this pr with a release candidate for you guys to test in...

@evanweible-wf @sergei-maertens I was waiting (but also had other responsibilities) on this [pr](https://github.com/karma-runner/karma-coverage/pull/228) to move forward, and it was finally accepted a few days ago. I'll be updating this pr...

Updated this pr with a decent release candidate. It passed the unit and lint tests, and runs just fine on one of my local projects. I've done no isolated tests,...

@evanweible-wf @maxwellpeterson-wf @trentgrover-wf Hold off on this merge, I'm going to use it in a pretty complex project in the next few days, it'll be a good chance to more...

@cyrixmorten Thank you for the feedback, I appreciate it! > After uncommenting rimraf.sync(rootConfig.client.jspm.coverage.tempDirectory) in reporter.js, I am able to get a coverage report output. You mean it works after you...