Skip to content

Commit 96acbc1

Browse files
roypatJonathanWoollett-Light
authored andcommitted
test: Update Coverage
llvm-cov needs a different syntax for excluding paths (and it excludes the benches by default), and also computes coverage slightly differently. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 187349b commit 96acbc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coverage_config_x86_64.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"coverage_score": 76.9,
2+
"coverage_score": 71.92,
33
"exclude_path": "",
44
"crate_features": "bzimage,elf",
5-
"exclude_path": "benches/,loader_gen/"
5+
"exclude_path": "loader_gen"
66
}

0 commit comments

Comments
 (0)