-
Notifications
You must be signed in to change notification settings - Fork 6
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
NaN% for all folders and files #3
Comments
Never faced it, can I have your lcov or a sample of it? That would help a lot. |
Thanks for the quick reply! sure, I've taken a snippet out and pasted below:
|
I see what's happening, there are supposed to be lines giving the coverage inside the lcov :
Here is an extract from https://manpages.debian.org/stretch/lcov/geninfo.1.en.html
I'm using a library to parse the lcov, I will check if there is way to compute those when missing, if the lib does not offer that, I have to implement it myself which should be still quick. |
Awesome, thanks @tenninebt! I'm taking a look at the library I use to generate the LCOV and it doesn't look like there is a way to output those lines unfortunately :( |
Hey, please try again with 0.0.4-dev and tell me if it works fine for you. |
@tenninebt 0.4 Working a treat! Thanks for the amazingly quick turn around on this! |
My pleasure, I know how frustrating it can be. Enjoy and do not hesitate to give more feedback. |
Installed for a Ruby on Rails project which produces an lcov.info, howver Koverage reports NaN% for all files.
Screenshot:
LCOV is generated with RSpec and https://github.com/fortissimo1997/simplecov-lcov
Any ideas?
The text was updated successfully, but these errors were encountered: