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

Commit e3a8248

Browse files
alexandruagandreeaflorescu
authored andcommitted
rename coverage_config and adjust coverage target
The path and threshold have been updated due to changes in the CI. Added a coverage config file for aarch64 as well (coverage testing on aarch64 is disabled for now because of tooling issues). Signed-off-by: Alexandru Agache <aagch@amazon.com>
1 parent c70edcc commit e3a8248

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"coverage_score": 67.4,
2+
"coverage_score": 60.9,
33
"exclude_path": "",
44
"crate_features": "fam-wrappers"
55
}

coverage_config_x86_64.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"coverage_score": 50.9,
3+
"exclude_path": "",
4+
"crate_features": "fam-wrappers"
5+
}

0 commit comments

Comments
 (0)