Skip to content

Commit

Permalink
specify features in coverage_config
Browse files Browse the repository at this point in the history
Fixes #34

Signed-off-by: Alexandra Iordache <[email protected]>
  • Loading branch information
Alexandra Iordache committed May 29, 2020
1 parent e301a20 commit 6b82613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coverage_config_aarch64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 80.4,
"exclude_path": "",
"crate_features": ""
"crate_features": "pe"
}
4 changes: 2 additions & 2 deletions coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 78.7,
"coverage_score": 81,
"exclude_path": "",
"crate_features": ""
"crate_features": "bzimage,elf"
}

0 comments on commit 6b82613

Please sign in to comment.