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
They dont seem to effect the coverage stats, which on the face look to be accurate.
There are lots of google hits for "function basic block count change detected (counter mismatch)" - it appears to be emitted by llvm-cov instead of cargo-llvm-cov, so probably isnt a problem with cargo-llvm-cov directly, but maybe there is a way to avoid these.
This is a commercial private repo, so I cant easily provide a reproducible, but I will try to assist as best I can.
The text was updated successfully, but these errors were encountered:
I didnt see any issue about this, so apologies if it has been addressed already.
This has been happening from June to August - we install Rust using
When I run cargo-llvm-cov, I get 850 lines like the following, always showing external deps (i.e. not workspace members)
They dont seem to effect the coverage stats, which on the face look to be accurate.
There are lots of google hits for "function basic block count change detected (counter mismatch)" - it appears to be emitted by llvm-cov instead of cargo-llvm-cov, so probably isnt a problem with cargo-llvm-cov directly, but maybe there is a way to avoid these.
This is a commercial private repo, so I cant easily provide a reproducible, but I will try to assist as best I can.
The text was updated successfully, but these errors were encountered: