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

Commit 9685704

Browse files
update coverage
Coverage update was caused by upgrading to Rust 1.52.1. Since this is a significant change in coverage, I took a look at the difference in the coverage report from the previous Rust version and this one. Previously, kcov reported 3192 instrumented lines, and 1780 executed lines. With the new version, kcov reports 2608 instrumented lines, and 1781 executed lines. Looking at the coverage report I can't notice anything fishy. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent d047334 commit 9685704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage_config_x86_64.json

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

0 commit comments

Comments
 (0)