eclipse-iceoryx / iceoryx-rs

Rust wrapper for Eclipse iceoryx™ - true zero-copy inter-process-communication
Apache License 2.0
89 stars 16 forks source link

[test] iox-#53 dummy #55

Closed elBoberido closed 2 years ago

elBoberido commented 2 years ago

Pre-Review Checklist for the PR Author

  1. [ ] Code follows the Rust coding style and is formatted with rustfmt
  2. [ ] Branch follows the naming format (iox-123-this-is-a-branch)
  3. [ ] Commits messages are according to this guideline
  4. [ ] Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  5. [ ] Relevant issues are linked
  6. [ ] Add sensible notes for the reviewer
  7. [ ] All checks have passed (except task-list-completed)
  8. [ ] Assign PR to reviewer

Notes for Reviewer

Checklist for the PR Reviewer

Post-review Checklist for the PR Author

  1. [ ] All open points are addressed and tracked via issues

References

codecov-commenter commented 2 years ago

Codecov Report

Merging #55 (9142842) into master (fedb5f8) will increase coverage by 1.78%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   36.66%   38.45%   +1.78%     
==========================================
  Files          15       19       +4     
  Lines        4110     4153      +43     
==========================================
+ Hits         1507     1597      +90     
+ Misses       2603     2556      -47     
Impacted Files Coverage Δ
src/lib.rs 42.40% <0.00%> (-2.99%) :arrow_down:
src/pb/sample.rs
src/pb/publisher_options.rs
src/sb/subscriber_options.rs
src/queue_policy.rs
src/sb/subscriber.rs
src/pb/publisher.rs
src/introspection/memory/ffi.rs
src/runtime.rs
src/introspection/process/ffi.rs
... and 21 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 fedb5f8...9142842. Read the comment docs.