Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating HTML Coverage for Neko #37

Open
ashes999 opened this issue Feb 18, 2016 · 0 comments
Open

Generating HTML Coverage for Neko #37

ashes999 opened this issue Feb 18, 2016 · 0 comments

Comments

@ashes999
Copy link

TLDR: Is there a way to generate an HTML report against Neko-built code, and see which lines of my classes aren't covered by any tests?

I'm working on Butterfly, which is a static website generator; I build against Neko (and only Neko) because I read/write a lot of files from the file system.

I'm at a loss about how to generate a proper HTML coverage report, like EMMA for Java (there's a sample report here).

What I really want is some command-line option (or client option) that generates a bunch of HTML files which allows me to drill down class by class and see what lines are not covered at all by any tests.

It doesn't seem like this is possible -- am I mistaken? The current RichPrintClient is the best thing so far, and doesn't generate this level of granularity. There's some sort of test-runner/index.html file generated, but it doesn't give me anything with my builds (presumably because I'm using Neko, and I may be mixing up MUnit and MCover reports here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant