rust-vmm / rust-vmm-ci

Apache License 2.0
18 stars 33 forks source link

Update test_coverage.py to allow running the tests for a single crate from workspace #95

Open andreeaflorescu opened 2 years ago

andreeaflorescu commented 2 years ago

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.