Skip to content

Commit 531db02

Browse files
CI: exclude testing utilities from coverage report
Signed-off-by: Cihodaru Alexandru <[email protected]>
1 parent 68a7131 commit 531db02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# this contains the frequency while on AMD it does not.
2424
# Checkout the cpuid crate. In the future other
2525
# differences may appear.
26-
COVERAGE_DICT = {"Intel": 85.15, "AMD": 84.33}
26+
COVERAGE_DICT = {"Intel": 85.20, "AMD": 84.36}
2727
PROC_MODEL = proc.proc_type()
2828

2929
COVERAGE_MAX_DELTA = 0.05
@@ -97,6 +97,7 @@ def test_coverage(test_session_root_path, test_session_tmp_path):
9797
'tests/,'
9898
'usr/lib/gcc,'
9999
'lib/x86_64-linux-gnu/,'
100+
'test_utils.rs,'
100101
# The following files/directories are auto-generated
101102
'bootparam.rs,'
102103
'elf.rs,'

0 commit comments

Comments
 (0)