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
troy@scuf ➜ scuffle git:(feat/ci) ✗ cargo llvm-cov report --html warning: 12 functions have mismatched data Finished report saved to /home/troy/github/scuffle/scuffle/target/llvm-cov/html troy@scuf ➜ scuffle git:(feat/ci) ✗ cargo llvm-cov report --lcov --output-path ./lcov.info Finished report saved to ./lcov.info troy@scuf ➜ scuffle git:(feat/ci) ✗
I'll try make a minimum reproduceable example, but its built on a monorepo https://github.com/ScuffleCloud/scuffle using nightly. https://github.com/ScuffleCloud/scuffle/blob/f7814e6ca931272ae5f27bec174aa394068bec1b/Justfile#L3
The text was updated successfully, but these errors were encountered:
Digging around i found: llvm/llvm-project#32849 llvm/llvm-project#72786 rust-lang/rust#130065
However unlike all of these issues I am not sure why its specifically related to HTML output of cargo-llvm-cov
Sorry, something went wrong.
No branches or pull requests
I'll try make a minimum reproduceable example, but its built on a monorepo https://github.com/ScuffleCloud/scuffle using nightly. https://github.com/ScuffleCloud/scuffle/blob/f7814e6ca931272ae5f27bec174aa394068bec1b/Justfile#L3
The text was updated successfully, but these errors were encountered: