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

feat: Add boot subcommands to read boot entries #57

Merged
merged 19 commits into from
Aug 10, 2023
Merged

feat: Add boot subcommands to read boot entries #57

merged 19 commits into from
Aug 10, 2023

Conversation

iTrooz
Copy link
Owner

@iTrooz iTrooz commented Aug 10, 2023

No description provided.

@iTrooz iTrooz requested a review from alixinne as a code owner August 10, 2023 11:33
@iTrooz iTrooz enabled auto-merge (squash) August 10, 2023 11:34
@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2023

Codecov Report

Merging #57 (f60c73a) into master (ff3b34a) will decrease coverage by 4.63%.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

❗ Current head f60c73a differs from pull request most recent head 7b3b4eb. Consider uploading reports for the commit 7b3b4eb to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   43.83%   39.20%   -4.63%     
==========================================
  Files          20       25       +5     
  Lines         924      880      -44     
==========================================
- Hits          405      345      -60     
- Misses        519      535      +16     
Files Changed Coverage Δ
efiboot/src/cli/boot/get_entries.rs 0.00% <0.00%> (ø)
efiboot/src/cli/boot/get_order.rs 0.00% <0.00%> (ø)
efiboot/src/main.rs 11.11% <0.00%> (-1.39%) ⬇️
efivar/src/boot/boot_entries_reader.rs 0.00% <0.00%> (ø)
efivar/src/boot/boot_entry_parser.rs 0.00% <0.00%> (ø)
efivar/src/boot/boot_order_reader.rs 0.00% <0.00%> (ø)
efivar/src/boot/boot_var_reader.rs 0.00% <0.00%> (ø)
efivar/src/boot/parse/device_path.rs 0.00% <0.00%> (ø)
efivar/src/boot/parse/device_path_list.rs 0.00% <0.00%> (ø)
efivar/src/error.rs 0.00% <ø> (ø)
... and 2 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@iTrooz iTrooz merged commit 2e47a66 into master Aug 10, 2023
@iTrooz iTrooz deleted the boot branch August 10, 2023 22:41
github-actions bot pushed a commit that referenced this pull request Aug 10, 2023
# [1.3.0](v1.2.0...v1.3.0) (2023-08-10)

### Features

* add boot subcommands to read boot entries ([#57](#57)) ([1c083ae](1c083ae))
* **efiboot:** make opinionated change to `efiboot read` to make it easier to use ([#59](#59)) ([2d71676](2d71676))
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.

2 participants