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

boot: improved Load API #2620

Merged
merged 2 commits into from
Feb 17, 2023
Merged

boot: improved Load API #2620

merged 2 commits into from
Feb 17, 2023

Conversation

hugelgupf
Copy link
Member

verbose and dryRun will for the most part be set through boolean flags, so a boolean WithVerbose(bool) and WithDryRun(bool) should be available for easy use.

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Base: 74.90% // Head: 75.08% // Increases project coverage by +0.18% 🎉

Coverage data is based on head (976d620) compared to base (ea2954b).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2620      +/-   ##
==========================================
+ Coverage   74.90%   75.08%   +0.18%     
==========================================
  Files         410      408       -2     
  Lines       41489    41370     -119     
==========================================
- Hits        31076    31063      -13     
+ Misses      10413    10307     -106     
Impacted Files Coverage Δ
pkg/boot/boot.go 8.69% <0.00%> (-6.69%) ⬇️
pkg/boot/menu/menu.go 63.26% <0.00%> (+1.26%) ⬆️
pkg/rtc/rtc.go 14.28% <0.00%> (-71.43%) ⬇️
cmds/core/mv/mv.go 77.27% <0.00%> (-2.28%) ⬇️
pkg/boot/linux/load_linux_arm64.go
...g/boot/multiboot/internal/trampoline/trampoline.go

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

verbose and dryRun will for the most part be set through boolean flags,
so a boolean WithVerbose(bool) and WithDryRun(bool) should be available
for easy use.

Signed-off-by: Chris Koch <chrisko@google.com>
@hugelgupf hugelgupf merged commit 86cfcdd into u-root:main Feb 17, 2023
@hugelgupf hugelgupf deleted the boot-opts branch February 17, 2023 19:17
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.

None yet

2 participants