iTrooz / efivar-rs

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

Make file backend an optional feature (fix #5) #7

Closed alixinne closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will decrease coverage by 40.84%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #7       +/-   ##
========================================
- Coverage   40.84%    0%   -40.85%     
========================================
  Files          17    17               
  Lines         404   329       -75     
========================================
- Hits          165     0      -165     
- Misses        239   329       +90
Impacted Files Coverage Δ
efivar/src/error.rs 0% <ø> (ø) :arrow_up:
efivar/src/lib.rs 0% <0%> (ø) :arrow_up:
efivar/src/store/vendor_group.rs 0% <0%> (-100%) :arrow_down:
efivar/src/store/store_value.rs 0% <0%> (-100%) :arrow_down:
efivar/src/store/guid_group.rs 0% <0%> (-100%) :arrow_down:
efivar/src/store/memory.rs 0% <0%> (-93.11%) :arrow_down:
efivar/src/efi.rs 0% <0%> (-76.93%) :arrow_down:
efivar/src/store/file.rs 0% <0%> (-73.92%) :arrow_down:
efivar/src/sys/linux/mod.rs 0% <0%> (-54.17%) :arrow_down:
efivar/src/store/variable.rs 0% <0%> (-42.11%) :arrow_down:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b6cdb45...a3a8666. Read the comment docs.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: