Re: [julia-users] use Julia coverage info with Emacs

2016-04-11 Thread Tamas Papp
Thanks. So if I don't insist on Emacs, what's the recommended tool/workflow on Linux for viewing/visualizing Julia coverage results for source code? Best, Tamas On Mon, Apr 11 2016, Mauro wrote: > The poor man's solution: I just manually change to julia-mode and > high-lighting seems to work fi

Re: [julia-users] use Julia coverage info with Emacs

2016-04-11 Thread Mauro
The poor man's solution: I just manually change to julia-mode and high-lighting seems to work fine. On Mon, 2016-04-11 at 09:37, Tamas Papp wrote: > Hi, > > I am just learning about coverage tools, sorry if the question is > basic. Is there a way to use the coverage information provided by Julia

[julia-users] use Julia coverage info with Emacs

2016-04-11 Thread Tamas Papp
Hi, I am just learning about coverage tools, sorry if the question is basic. Is there a way to use the coverage information provided by Julia with Emacs? I found an Emacs mode called coverage-mode, but it expects a file coverage/.resultset.json Is there some tool that would convert .cov files to