Skip to content

Commit 7bf4ba2

Browse files
Jonathan Woollett-LightJonathanWoollett-Light
authored andcommitted
Update code exclusion
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent 6d13573 commit 7bf4ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": 93.2,
3-
"exclude_path": "tests/,benches/,utilities/",
3+
"exclude_path": "utilities/",
44
"crate_features": "remote_endpoint,test_utilities"
55
}

coverage_config_x86_64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"coverage_score": 83.90,
3-
"exclude_path": "tests/,benches/,utilities/",
3+
"exclude_path": "utilities/",
44
"crate_features": "remote_endpoint,test_utilities"
55
}

0 commit comments

Comments
 (0)