-
Notifications
You must be signed in to change notification settings - Fork 100
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 in coverage report #42
Comments
Same issue here. I switched to cobertura formatter & action |
I got the same thing, because the program outputting my lcov files was missing
(from http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php) So, check your actual lcov files for these entries. This action depends on |
There is a pull request on simplecov-lcov to add gem 'simplecov-lcov', require: false, github: 't-mario-y/simplecov-lcov', branch: 'feature/write-LF-LH' |
So this is not compatible with I create my report with
and get NaNs in the output. |
And apparently when multiple captures are merged the LH/LF records are generated, and merging an initial capture with a test capture is needed to get any usable data at all. |
Did someone face the same?
The text was updated successfully, but these errors were encountered: