Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe-relative import SCMs #607

Merged
merged 4 commits into from
Jan 8, 2025

Conversation

jkloetzke
Copy link
Member

No description provided.

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.85%. Comparing base (e325c8a) to head (4a6ef0c).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #607      +/-   ##
==========================================
+ Coverage   88.84%   88.85%   +0.01%     
==========================================
  Files          48       48              
  Lines       15467    15474       +7     
==========================================
+ Hits        13741    13750       +9     
+ Misses       1726     1724       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The '__source' and 'recipe' string properties are created internally.
They should not undergo any string substitution because it may alter
their values.
The import SCM base directory is the project root directory. This is
useless for recipes in layers because they don't know their location in
the project. The new "recipeRelative" property can pivot the base
directory to the one where the recipe is located.
@jkloetzke jkloetzke merged commit 2d829b4 into BobBuildTool:master Jan 8, 2025
11 checks passed
@jkloetzke jkloetzke deleted the import-scm-root branch January 8, 2025 20:47
Sign up for free to 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