mathstuf / rust-keyutils

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

tests: move session joining tests to their own process #53

Closed mathstuf closed 4 years ago

mathstuf commented 4 years ago

Fixes: #39

codecov[bot] commented 4 years ago

Codecov Report

Merging #53 into master will increase coverage by 0.78%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   79.09%   79.88%   +0.78%     
==========================================
  Files          35       38       +3     
  Lines        2330     2371      +41     
==========================================
+ Hits         1843     1894      +51     
+ Misses        487      477      -10     
Impacted Files Coverage Δ
tests/join_anonymous_session.rs 100.00% <100.00%> (ø)
tests/join_existing_named_session.rs 100.00% <100.00%> (ø)
tests/join_new_named_session.rs 100.00% <100.00%> (ø)
src/tests/utils/kernel.rs 87.09% <0.00%> (-0.21%) :arrow_down:
src/tests/search.rs 100.00% <0.00%> (ø)
src/tests/instantiate.rs 100.00% <0.00%> (ø)
src/api.rs 48.39% <0.00%> (+0.73%) :arrow_up:
... 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 ca18653...0cdd271. Read the comment docs.