Open mweibel opened 8 years ago
@mweibel I can provide an lcov file:
I just noticed that lcov-result-merger was stripping the LF & LH fields when I merged two files together.
Thanks @jparra5. I'll look into it as soon as I find some time. Obviously I'd be open for a PR too :)
Sorry, forgot about this. It's back on my radar :)
is this project dead now?
No, I just don't have very much time at the moment. Feel free to send PRs, I'd be happy to review them.
Hi there, I was just wondering if there is progress in the implementation of this issue? Thanks,
Feel free to send PRs, I'd be happy to review them.
Alright, will do.
Yeah, LF seems to be important. I'd like to use the merger together with lcov-summary
. But this currently fails with NaNs
because of the missing LF... :O
I am working around this now by using official lcov
binary to merge reports as described at https://wiki.documentfoundation.org/Development/Lcov#Combine_lcov_tracefiles
See man page for info.
Apparently istanbul is generating those identifiers nowadays.