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
It would be nice to have the option to be able to still generate coverage even if tests fail, since it can still be useful even if the code needs to be modified for them to pass. Right now, running cargo llvm-cov --html --open will not generate the coverage and not open it if the tests fail.
The text was updated successfully, but these errors were encountered:
It would be nice to have the option to be able to still generate coverage even if tests fail, since it can still be useful even if the code needs to be modified for them to pass. Right now, running
cargo llvm-cov --html --open
will not generate the coverage and not open it if the tests fail.The text was updated successfully, but these errors were encountered: