Skip to content

Commit

Permalink
Decrease Pytest Coverage
Browse files Browse the repository at this point in the history
Decrease Pytest coverage for Page Guarding
Mechanism.

Signed-off-by: berciuliviu <[email protected]>
  • Loading branch information
berciuliviu committed Dec 23, 2020
1 parent 7fd8398 commit 73063e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/build/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# this contains the frequency while on AMD it does not.
# Checkout the cpuid crate. In the future other
# differences may appear.
COVERAGE_DICT = {"Intel": 85.2, "AMD": 84.43, "ARM": 83.18}
COVERAGE_DICT = {"Intel": 85.03, "AMD": 84.37, "ARM": 83.03}

PROC_MODEL = proc.proc_type()

Expand Down

0 comments on commit 73063e3

Please sign in to comment.