coverage: update the score

The latest toolchain update in rust-vmm-ci increased the coverage,
causing the following CI error:

  Current code coverage (78.40%) deviates by 5.36% from the previous code
  coverage 73.04%

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
Stefano Garzarella 2024-09-03 11:03:06 +02:00
parent f574a20563
commit 2d85e865ec

View file

@ -1,5 +1,5 @@
{
"coverage_score": 73.04,
"coverage_score": 78.40,
"exclude_path": "vhost/src/vhost_kern/",
"crate_features": "vhost/vhost-user-frontend,vhost/vhost-user-backend,vhost-user-backend/postcopy"
}