Commit 77db5ea
committed
Fix max_complexity_reached: use actual run max, not 1000
When there are no failures, max_complexity_reached was set to
max_possible (1000) instead of the highest complexity actually
present in the run. Now uses sorted_complexities.max so a suite
with max complexity 500 shows '500 of 1000' not '1000 of 1000'.1 parent 7670ac8 commit 77db5ea
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
501 | | - | |
| 501 | + | |
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
| |||
0 commit comments