You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point in time LCOV output started reporting way too small numbers while the Markdown output shows the expected ones. Here is proof and more information:
@marco-c I experimented with it more and found that even with 0.8.18 from back when I first started using grcov in Jun 2023 at hartwork/rust-for-it#8 produces this issue today. So given the binary contains all the Rust dependencies from that time baked in it seems to mean that either the commands that grcov is calling out to have changed and take part in the problem (but then I'd expect markdown output to also be affected) or that the LCOV output that grcov 0.8.18 is writing was fine to the eyes of LCOV from back then but no longer is. That's my current best guess: maybe the LCOV output no longer matches today's LCOV expectations for its input. What do you think?
Hello!
At some point in time LCOV output started reporting way too small numbers while the Markdown output shows the expected ones. Here is proof and more information:
Markdown output, as expected
LCOV output, broken
Additional info
0.8.18
and0.8.19
and0.8.20
2.0-4ubuntu2
and also2.0-1
Best, Sebastian
The text was updated successfully, but these errors were encountered: