M1ke
M1ke
> Ok - using this workaround: #2418 @tobiasgrossmann Thanks for the heads-up about this solution. Unfortunately when generating html reports and viewing them shows stack traces on multiple files. Like...
Thanks for your response. Yes, Jest has the istanbul instrumenter built in, so I tried to align other dependencies to that, because before the downgrade I got this error: `Invalid...
@lirantal I do have a json entry in my coverageReporters array. I got json from the start it's just not merging correctly because the formats don't match.
@lirantal Yes I can, the output of the Jest test is simply different than my Cypress coverage output. I created an issue in the Jest repo as well. Can't reproduce...
> Hello, > > Is there any plan to support this feature in a short term? It's been 8 years soon. Wouldn't count on it.
Same issue here. Seems that when the steps project is not opened in the same project as a module, it works. When it is opened as a module, however, the...
I just got babel-plugin-istanbul working using [babel-loader](https://webpack.js.org/loaders/babel-loader/). Maybe it's an idea to update this example? My coverage.webpack.js: ``` module.exports = { module: { rules: [ { test: /\.(js|ts)$/, use: {...
Nope, but just swap the webpack config with the one I posted here and it will work. You need to add the `babel-plugin-istanbul` devDependency too, of course.
Any news on this? We would be helped so much by this feature.
@natansil I'm glad the demo project helped in finding out what the issue is. And I'm glad to, not only because Bazel is awesome and anybody should be able to...