Skip to content

Commit 52ec6fc

Browse files
committed
CI: enable kcov on aarch64
Signed-off-by: Diana Popa <[email protected]>
1 parent c1ec344 commit 52ec6fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 5 deletions
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.28, "AMD": 84.56, "ARM": 83.27}
26+
COVERAGE_DICT = {"Intel": 85.28, "AMD": 84.51, "ARM": 82.81}
2727
PROC_MODEL = proc.proc_type()
2828

2929
COVERAGE_MAX_DELTA = 0.05
@@ -41,10 +41,6 @@
4141

4242

4343
@pytest.mark.timeout(400)
44-
@pytest.mark.skipif(
45-
platform.machine() != "x86_64",
46-
reason="unstable on aarch64 as of right now"
47-
)
4844
def test_coverage(test_session_root_path, test_session_tmp_path):
4945
"""Test line coverage with kcov.
5046

0 commit comments

Comments
 (0)