Skip to content

Commit 6f63411

Browse files
Alexandra Iordacheandreeaflorescu
authored andcommitted
specify features in coverage_config
Fixes #34 Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
1 parent c8a2ea3 commit 6f63411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

coverage_config_aarch64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"coverage_score": 80.8,
33
"exclude_path": "",
4-
"crate_features": ""
4+
"crate_features": "pe"
55
}

coverage_config_x86_64.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 78.7,
2+
"coverage_score": 81,
33
"exclude_path": "",
4-
"crate_features": ""
4+
"crate_features": "bzimage,elf"
55
}

0 commit comments

Comments
 (0)