Skip to content

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

Closed
grafikrobot wants to merge 1 commit into
boostorg:developfrom
grafikrobot:grafikrobot-patch-1
Closed

Fix test Jamfile.v2 to be location independent.#38
grafikrobot wants to merge 1 commit into
boostorg:developfrom
grafikrobot:grafikrobot-patch-1

Conversation

@grafikrobot

Copy link
Copy Markdown
Member

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.

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

codecovBot commented Dec 24, 2023

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files

Impacted file tree graph

@@ 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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2eda741...ff05a1e. Read the comment docs.

@grafikrobot

Copy link
Copy Markdown
MemberAuthor

This was referenced Mar 9, 2024
This was referenced Mar 9, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@grafikrobot