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 the moment we're running the kcov command with --all flag. While this is a good default as we typically want to run all the tests in a workspace, there are situations in which we just want to run the tests for the current crate. This is the case for crates that we want to publish as part of the same workspace.
The text was updated successfully, but these errors were encountered:
At the moment we're running the kcov command with
--all
flag. While this is a good default as we typically want to run all the tests in a workspace, there are situations in which we just want to run the tests for the current crate. This is the case for crates that we want to publish as part of the same workspace.The text was updated successfully, but these errors were encountered: