boostorg / multiprecision

Boost.Multiprecision
Boost Software License 1.0
195 stars 112 forks source link

Correct error handling in mpfr specfun overloads. #606

Closed jzmaddock closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.1%. Comparing base (42a3edf) to head (ab15f2f).

:exclamation: Current head ab15f2f differs from pull request most recent head fe60def. Consider uploading reports for the commit fe60def to get more accurate results

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/boostorg/multiprecision/pull/606/graphs/tree.svg?width=650&height=150&src=pr&token=SDDBym7Pc9&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg)](https://app.codecov.io/gh/boostorg/multiprecision/pull/606?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) ```diff @@ Coverage Diff @@ ## develop #606 +/- ## ========================================= + Coverage 94.1% 94.1% +0.1% ========================================= Files 274 274 Lines 28563 28563 ========================================= + Hits 26872 26874 +2 + Misses 1691 1689 -2 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/boostorg/multiprecision/pull/606/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/boostorg/multiprecision/pull/606?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/boostorg/multiprecision/pull/606?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Last update [42a3edf...fe60def](https://app.codecov.io/gh/boostorg/multiprecision/pull/606?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg).
jzmaddock commented 7 months ago

Last failure is a network timeout on drone.

@mborland with the changes in Math develop, this now gets Multiprecision develop green and good to go. Math will need a second merge to master before Multiprecision.