We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898a7dc commit 80cb76aCopy full SHA for 80cb76a
tests/scripts/end_to_end_test_tracer_replay.py
@@ -10,7 +10,7 @@ def run_test(expected_improvement_pct: int) -> bool:
10
min_improvement_x=0.1,
11
expected_unit_tests=1,
12
coverage_expectations=[
13
- CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[5, 6, 7, 9, 12]),
+ CoverageExpectation(function_name="funcA", expected_coverage=100.0, expected_lines=[5, 6, 7, 8, 9, 12]),
14
],
15
)
16
cwd = (
0 commit comments