eclipse-iceoryx / iceoryx-rs

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

Iox 53 fix codecov #54

Closed elBoberido closed 1 year ago

elBoberido commented 1 year ago

Pre-Review Checklist for the PR Author

  1. [x] Code follows the Rust coding style and is formatted with rustfmt
  2. [x] Branch follows the naming format (iox-123-this-is-a-branch)
  3. [x] Commits messages are according to this guideline
  4. [x] Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  5. [x] Relevant issues are linked
  6. [x] Add sensible notes for the reviewer
  7. [x] 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 1 year ago

Codecov Report

Merging #54 (ff997b8) into master (06f6d01) will increase coverage by 51.29%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #54       +/-   ##
===========================================
+ Coverage        0   51.29%   +51.29%     
===========================================
  Files           0       19       +19     
  Lines           0      774      +774     
===========================================
+ Hits            0      397      +397     
- Misses          0      377      +377     
Impacted Files Coverage Δ
src/sample.rs 55.00% <0.00%> (ø)
src/publisher.rs 59.40% <0.00%> (ø)
src/sample_mut.rs 87.50% <0.00%> (ø)
src/introspection/port.rs 0.00% <0.00%> (ø)
iceoryx-sys/src/queue_policy.rs 0.00% <0.00%> (ø)
src/lib.rs 100.00% <0.00%> (ø)
iceoryx-sys/src/introspection/mod.rs 0.00% <0.00%> (ø)
src/error.rs 0.00% <0.00%> (ø)
iceoryx-sys/src/runtime.rs 100.00% <0.00%> (ø)
iceoryx-sys/src/subscriber_options.rs 100.00% <0.00%> (ø)
... and 9 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 06f6d01...ff997b8. Read the comment docs.