Skip to content

Commit

Permalink
add rust-vmm-ci to vm-vcpu-ref
Browse files Browse the repository at this point in the history
This is created as a symlink so we don't need to have another submodule
to maintain. This was we only need to update rust-vmm-ci in one place.

Also, having rust-vmm-ci in vm-vcpu-ref is needed so we can test this as
a separate crate within the workspace. Not all features that we'll add
to vm-vcpu-ref are going to necessarily be used by vmm-reference, so we
could have specialized tests only for vm-vcpu-ref. Also, for publishing
we would like to know what is the coverage of the crate.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed Oct 28, 2021
1 parent 92e08c5 commit d08af4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vm-vcpu-ref/coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"coverage_score": 33.3,
"exclude_path": "",
"crate_features": ""
}
1 change: 1 addition & 0 deletions src/vm-vcpu-ref/rust-vmm-ci

0 comments on commit d08af4c

Please sign in to comment.