mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Implement and test pods #117

Closed mmore500 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #117 into master will increase coverage by 0.41%. The diff coverage is 97.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
+ Coverage   65.04%   65.45%   +0.41%     
==========================================
  Files         344      348       +4     
  Lines       10851    11042     +191     
==========================================
+ Hits         7058     7228     +170     
- Misses       3793     3814      +21     
Impacted Files Coverage Δ
include/uitsl/datastructs/PodLeafArray.hpp 54.54% <54.54%> (ø)
include/uitsl/datastructs/PodInternalNode.hpp 100.00% <100.00%> (ø)
tests/uitsl/datastructs/PodInternalNode.cpp 100.00% <100.00%> (ø)
tests/uitsl/datastructs/PodLeafArray.cpp 100.00% <100.00%> (ø)
...type=trivial/impl/TrivialRingImmediateSendDuct.hpp 67.92% <0.00%> (-11.33%) :arrow_down:
tests/uit/ducts/thread/SteppingThreadDuct.hpp 85.32% <0.00%> (-8.26%) :arrow_down:
...t/spouts/wrappers/wrappers/CachingSpoutWrapper.cpp 96.77% <0.00%> (-3.23%) :arrow_down:
... and 2 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 5dbc41e...9cc1b2a. Read the comment docs.