iTrooz / efivar-rs

EFI boot manager tool written in Rust
MIT License
22 stars 7 forks source link

feat: Add `boot add` subcommand (for Linux only) #71

Closed iTrooz closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #71 (d818c8e) into master (bc25635) will decrease coverage by 6.12%. The diff coverage is 0.00%.

:exclamation: 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      #71      +/-   ##
==========================================
- Coverage   32.50%   26.38%   -6.12%     
==========================================
  Files          31       36       +5     
  Lines        1246     1535     +289     
==========================================
  Hits          405      405              
- Misses        841     1130     +289     
Files Changed Coverage Δ
efiboot/src/cli/boot/add.rs 0.00% <0.00%> (ø)
efiboot/src/cli/boot/add/disk/linux.rs 0.00% <0.00%> (ø)
efiboot/src/cli/boot/add/disk/windows.rs 0.00% <0.00%> (ø)
efiboot/src/cli/boot/get_entries.rs 0.00% <0.00%> (ø)
efiboot/src/main.rs 5.00% <0.00%> (-1.25%) :arrow_down:
efivar/src/boot.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/parse/device_path.rs 0.00% <0.00%> (ø)
efivar/src/boot/parse/device_path_list.rs 0.00% <0.00%> (ø)
... and 3 more

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