Skip to content

Commit

Permalink
rename coverage_config and adjust coverage target
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alexandruag authored and jiangliu committed Aug 23, 2020
1 parent 9ea55a3 commit e60409e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"coverage_score": 79.6,
"exclude_path": "",
"crate_features": ""
}

0 comments on commit e60409e

Please sign in to comment.