mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
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>
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
{
|
|
"coverage_score": 90,
|
|
"exclude_path": "my_autogenerated_file.rs,second_file.rs",
|
|
"crate_features": "my_dummy_feature,dummy_feature2"
|
|
}
|