Open njleonzhang opened 7 years ago
I am too facing the same problem.
same problem here
Same problem here since webpack 4
just add babel-plugin-istanbul to my project in this commit https://github.com/njleonzhang/vue-data-tables/commit/51aab5a53ef5b36d5d4385b73e47e196058d77ec, and the coverage works now.
I am also dealing with that.
I am also dealing with that and I added babel-plugin-istanbul.
I am also dealing with that and I added babel-plugin-istanbul. My problem is solved because the 'include' path in 'babel-loader' is incorrect.
I am also having this issue. Would be great if the karma docs described how to actually add coverage reports... 😥
bump! 🙃
Try the debug logging, maybe that gives a hint.
Thanks @johnjbarton!
Unfortunately, the debug logging didn't give me any hints. 😥
For anyone else frustrated by these issues, I have started another thread about it here: https://github.com/karma-runner/karma/issues/3445
sample project: https://github.com/njleonzhang/karma-study/tree/master/karma-2
Here is the config file:
result:
version: "karma": "^1.7.1", "karma-coverage": "^1.1.1",