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

fix(#1075): Populate accountid and role correctly for exec when using UI #1080

Merged

Conversation

sgmeunier
Copy link
Contributor

This fixes #1075 by ensuring that the accountid and role used by the exec command for getting the DefaultRegion is correctly poplutade for both the commandline parameters and the interactive UI, rather than just the commandline parameters.

…when using UI

This fixes synfinatic#1075 by ensuring that the accountid and role used by the exec command
for getting the DefaultRegion is correctly poplutade for both the commandline
parameters and the interactive UI, rather than just the commandline parameters.
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.43%. Comparing base (63e4b1d) to head (0b5366c).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1080   +/-   ##
=======================================
  Coverage   84.43%   84.43%           
=======================================
  Files          35       35           
  Lines        3037     3037           
=======================================
  Hits         2564     2564           
  Misses        380      380           
  Partials       93       93           
Flag Coverage Δ
unittests 84.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 63e4b1d...0b5366c. Read the comment docs.

@synfinatic synfinatic merged commit e8cf2d1 into synfinatic:main Oct 11, 2024
6 of 7 checks passed
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.

DefaultRegion not being correctly set for Account or Role config when using interactive menu UI
2 participants