Skip to content

Commit

Permalink
chore: Update code coverage on x86_64
Browse files Browse the repository at this point in the history
After merging `kvm-bindings` and `kvm-ioctls`, the code coverage has
changed, update coverage of `coverage_config_x86_64.json` to 91.46 as
suggested by coverage test.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
  • Loading branch information
TimePrinciple committed Nov 5, 2024
1 parent 439c341 commit aeb6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 79.17,
"coverage_score": 91.46,
"exclude_path": ".*bindings\\.rs",
"crate_features": "fam-wrappers,serde"
}

0 comments on commit aeb6bf7

Please sign in to comment.