mathstuf / rust-keyutils

Rust interface to the Linux keyring
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Support key restrictions #46

Closed mathstuf closed 4 years ago

mathstuf commented 4 years ago

This will get tested when the per-keytype tests get implemented.

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will decrease coverage by 1.52%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   86.69%   85.16%   -1.53%     
==========================================
  Files          35       35              
  Lines        2119     2157      +38     
==========================================
  Hits         1837     1837              
- Misses        282      320      +38     
Impacted Files Coverage Δ
keyutils-raw/src/functions.rs 61.48% <0.00%> (-5.46%) :arrow_down:
src/api.rs 66.12% <0.00%> (-1.66%) :arrow_down:
src/keytype.rs 44.44% <0.00%> (-12.70%) :arrow_down:
src/keytypes/asymmetric.rs 0.00% <0.00%> (ø)

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 58ff948...2aea40c. Read the comment docs.