|
Ran
|
Jobs
1
|
Files
476
|
Run time
19s
|
Badge
README BADGES
|
push
github
core: fix a wrong assertion on decimal comparison with double mp_compare_decimal_any_number erroneously assumed that any float or double from which a decimal can't be created is either infinite or NaN. This is not true. Any float greater than 1e38 can't fit into our decimal representation. When such a float got compared to a decimal, an assertion fired, which was wrong. Luckily, on release build the comparison was correct. Only the assertion is wrong. Fix it. Closes #8472 NO_DOC=bugfix (cherry picked from commit f1b238960)
62367 of 114231 branches covered (0.0%)
4 of 4 new or added lines in 1 file covered. (100.0%)
93379 of 108753 relevant lines covered (85.86%)
2637804.07 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6351225317.1 | 0 |
85.86 |
GitHub Action Run |