From 71628444bee870f88989e9c893ffc1ab4749c3ac Mon Sep 17 00:00:00 2001 From: Alexandru Cihodaru Date: Wed, 10 Mar 2021 19:12:53 +0200 Subject: [PATCH] Updated coverage Signed-off-by: Alexandru Cihodaru --- coverage_config_aarch64.json | 2 +- coverage_config_x86_64.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coverage_config_aarch64.json b/coverage_config_aarch64.json index ecf738b..bfdac81 100644 --- a/coverage_config_aarch64.json +++ b/coverage_config_aarch64.json @@ -1 +1 @@ -{"coverage_score": 92.4, "exclude_path": "", "crate_features": ""} +{"coverage_score": 92.4, "exclude_path": "test", "crate_features": ""} diff --git a/coverage_config_x86_64.json b/coverage_config_x86_64.json index 4f21e4e..f7958fd 100644 --- a/coverage_config_x86_64.json +++ b/coverage_config_x86_64.json @@ -1 +1 @@ -{"coverage_score": 93.2, "exclude_path": "", "crate_features": ""} +{"coverage_score": 95.4, "exclude_path": "test", "crate_features": ""}