We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
document link: https://github.com/rust-lang/rust/blob/6d949112f624616db58ecf12b8acb08b82d22758/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md
The text was updated successfully, but these errors were encountered:
Hi @Kogia-sima , Your tool has helped me again with fixing the coverage, source-based this time. I think this could help you with your investigation.
Have to admit, it's uneasy to understand grcov's documentation, so I'm experimenting. This is how rust-covfix fixes the coverage:
grcov
rust-covfix
line: 82.90% (17575 of 21201 lines) => 81.86% (8056 of 9841 lines) branch: NaN% (0 of 0 branches) => NaN% (0 of 0 branches)
Even though I've passed --branch to grcov.
--branch
This is a comparison before covfix and after
Sorry, something went wrong.
@TriplEight Thanks!
There's an explanation of why branch coverage is 0: mozilla/grcov#520
Kogia-sima
No branches or pull requests
document link: https://github.com/rust-lang/rust/blob/6d949112f624616db58ecf12b8acb08b82d22758/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md
The text was updated successfully, but these errors were encountered: