Skip to content

Commit 2cdd795

Browse files
author
Samuel Ortiz
committedOct 23, 2019
Enable rust-vmm CI
- Add the rust-vmm-ci submodule. - Add the JSON coverage file. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent 23a6a65 commit 2cdd795

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "rust-vmm-ci"]
2+
path = rust-vmm-ci
3+
url = https://github.com/rust-vmm/rust-vmm-ci.git

‎coverage_config.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"coverage_score": 0,
3+
"exclude_path": "",
4+
"crate_features": ""
5+
}

‎rust-vmm-ci

Submodule rust-vmm-ci added at bb1cd14

0 commit comments

Comments
 (0)
Please sign in to comment.