boostorg / interval

Boost.org numeric interval library
http://boost.org/libs/numeric/interval/doc
Boost Software License 1.0
24 stars 44 forks source link

Fix test Jamfile.v2 to be location independent. #38

Closed grafikrobot closed 3 months ago

grafikrobot commented 10 months ago

In order to make the library transportable, specifically so we can support modular Boost distribution, we need to avoid encoding absolute paths in the monolithic Boost structure. This changes the test source reference to all be local to the project.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (2eda741) 79.20% compared to head (ff05a1e) 79.20%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/boostorg/interval/pull/38/graphs/tree.svg?width=650&height=150&src=pr&token=GejkQK9wH8&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg)](https://app.codecov.io/gh/boostorg/interval/pull/38?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) ```diff @@ Coverage Diff @@ ## develop #38 +/- ## ======================================== Coverage 79.20% 79.20% ======================================== Files 22 22 Lines 933 933 ======================================== Hits 739 739 Misses 194 194 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/boostorg/interval/pull/38?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/interval/pull/38?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Last update [2eda741...ff05a1e](https://app.codecov.io/gh/boostorg/interval/pull/38?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).
grafikrobot commented 9 months ago

FYI.. https://lists.boost.org/Archives/boost/2024/01/255704.php