mathstuf / rust-keyutils

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

Ci cleanup #63

Closed mathstuf closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #63 (e093460) into master (e4b35b6) will decrease coverage by 0.41%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   80.05%   79.64%   -0.42%     
==========================================
  Files          38       38              
  Lines        2387     2378       -9     
==========================================
- Hits         1911     1894      -17     
- Misses        476      484       +8     
Impacted Files Coverage Δ
src/api.rs 47.66% <0.00%> (-1.03%) :arrow_down:
src/keytypes/encrypted.rs 0.00% <0.00%> (ø)
src/keytype.rs 44.44% <20.00%> (ø)
src/tests/add.rs 98.91% <100.00%> (ø)
src/tests/newring.rs 98.18% <100.00%> (ø)
src/tests/search.rs 100.00% <100.00%> (ø)
src/tests/utils/kernel.rs 83.87% <0.00%> (-3.23%) :arrow_down:
src/constants.rs 96.36% <0.00%> (-1.82%) :arrow_down:
src/tests/permitting.rs 96.42% <0.00%> (-1.79%) :arrow_down:
src/tests/utils/mod.rs 92.59% <0.00%> (-1.16%) :arrow_down:
... and 3 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 e4b35b6...e093460. Read the comment docs.