Enable rust-vmm coverage test in CI

1. Enabled the aarch64 coverage test in `test_coverage` script.

2. Seperated the coverage json sample file to two sample files for
different machine achitectures.

3. Updated Buildkite pipeline container version.

4. Updated README for the description of coverage files and container
version.

Signed-off-by: Henry Wang <henry.wang@arm.com>
This commit is contained in:
mrxinwang
2019-12-03 12:23:12 +08:00
committed by Andreea Florescu
parent c309d0627b
commit cd7096e7a6
5 changed files with 48 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
{
"coverage_score": 90,
"exclude_path": "my_autogenerated_file.rs,second_file.rs",
"crate_features": "my_dummy_feature,dummy_feature2"
}