iTrooz / efivar-rs

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

Implement unified error handling (fix #2) #6

Closed alixinne closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #6 into master will decrease coverage by 0.43%. The diff coverage is 12.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   41.27%   40.84%   -0.44%     
==========================================
  Files          16       17       +1     
  Lines         407      404       -3     
==========================================
- Hits          168      165       -3     
  Misses        239      239
Impacted Files Coverage Δ
efivar/src/lib.rs 0% <ø> (ø) :arrow_up:
efivar/src/sys/linux/mod.rs 54.16% <0%> (ø) :arrow_up:
efivar/src/error.rs 0% <0%> (ø)
efivar/src/sys/linux/efivarfs.rs 7.31% <0%> (+0.34%) :arrow_up:
efivar/src/sys/linux/efivars.rs 8.57% <0%> (-0.52%) :arrow_down:
efivar/src/sys/windows/mod.rs 0% <0%> (ø) :arrow_up:
efivar/src/store/store_value.rs 100% <100%> (+5.26%) :arrow_up:
efivar/src/efi.rs 76.92% <66.66%> (+2.29%) :arrow_up:
efivar/src/store/variable.rs 42.1% <66.66%> (-1.38%) :arrow_down:
... and 1 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 4d838dd...647459e. 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: