Skip to content

Commit

Permalink
coverage: update the score
Browse files Browse the repository at this point in the history
After updating the CI the coverage value changed causing failures:

    Current code coverage (76.33%) deviates by 7.67% from the
    previous code coverage 84.00%.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
  • Loading branch information
stefano-garzarella authored and jiangliu committed Sep 14, 2023
1 parent 4848a65 commit f29830a
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": 84.0,
"coverage_score": 76.3,
"exclude_path": "vhost/src/vhost_kern/",
"crate_features": "vhost/vhost-user-frontend,vhost/vhost-user-backend"
}

0 comments on commit f29830a

Please sign in to comment.