Kyle Merfeld
Kyle Merfeld
I'm using nyc/babel-plugin-istanbul In the lcov.info file it doesn't have the /.coverage/ path ```SF:src/app.js```
your right, this is nyc doing something weird https://github.com/istanbuljs/nyc/issues/1277 Thanks for helping me find this!
I can understand using it as a global mode.It doesn't work with my workflow well, and feels more fragile and less emacs-y. I would rather just permanently add those variables...
Do you want this globally, or enabled in all org mode buffers? We could have a hook to enable it on each new org-mode buffer pretty easily, and have commands...