From 6b82613cd2b765f0c44da8865b98d4981540d96b Mon Sep 17 00:00:00 2001 From: Alexandra Iordache Date: Fri, 29 May 2020 12:10:27 +0300 Subject: [PATCH] specify features in coverage_config Fixes #34 Signed-off-by: Alexandra Iordache --- coverage_config_aarch64.json | 2 +- coverage_config_x86_64.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coverage_config_aarch64.json b/coverage_config_aarch64.json index d2ce0ac0..27b0e55e 100644 --- a/coverage_config_aarch64.json +++ b/coverage_config_aarch64.json @@ -1,5 +1,5 @@ { "coverage_score": 80.4, "exclude_path": "", - "crate_features": "" + "crate_features": "pe" } diff --git a/coverage_config_x86_64.json b/coverage_config_x86_64.json index c466612b..13b9301f 100644 --- a/coverage_config_x86_64.json +++ b/coverage_config_x86_64.json @@ -1,5 +1,5 @@ { - "coverage_score": 78.7, + "coverage_score": 81, "exclude_path": "", - "crate_features": "" + "crate_features": "bzimage,elf" }