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 getter method for built executable #206

Merged
merged 1 commit into from
Nov 19, 2023

Conversation

SeanBryan51
Copy link
Collaborator

This change removes any hard coded paths to the built executable that are outside the CableRepository class and replaces these with a method that returns the path to the executable. This is done to prepare for the changes in #183 which requires paths to vary accross different CableRepository objects.

Fixes #199

@SeanBryan51 SeanBryan51 linked an issue Nov 17, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bb7ab15) 85.19% compared to head (e9110fa) 85.24%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #206      +/-   ##
==========================================
+ Coverage   85.19%   85.24%   +0.05%     
==========================================
  Files          27       27              
  Lines        1391     1396       +5     
==========================================
+ Hits         1185     1190       +5     
  Misses        206      206              

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

Copy link
Collaborator

@ccarouge ccarouge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

This change removes any hard coded paths to the built executable that
are outside the `CableRepository` class and replaces these with a method
that returns the path to the executable. This is done to prepare for the
changes in #183 which requires paths to vary accross different
`CableRepository` objects.

Fixes #199
@SeanBryan51 SeanBryan51 merged commit b1a7ffb into main Nov 19, 2023
4 checks passed
@SeanBryan51 SeanBryan51 deleted the 199-add-getter-for-exe-path branch November 19, 2023 22:57
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.

Add getter for executable path in CableRepository
2 participants