Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 65fe517

Browse files
committed
TBS
Signed-off-by: Babis Chalios <[email protected]>
1 parent 17b3ebb commit 65fe517

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

coverage_config_aarch64.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"coverage_score": 60.9,
3-
"exclude_path": "",
4-
"crate_features": "fam-wrappers",
5-
"exclude_pattern": ".*bindings\\.rs"
3+
"exclude_path": ".*bindings\\.rs",
4+
"crate_features": "fam-wrappers"
65
}

coverage_config_x86_64.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"coverage_score": 68.3,
3-
"exclude_path": "",
4-
"crate_features": "fam-wrappers",
5-
"exclude_pattern": ".*bindings\\.rs"
3+
"exclude_path": ".*bindings\\.rs",
4+
"crate_features": "fam-wrappers"
65
}

0 commit comments

Comments
 (0)