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

Bugfix on inlet refactor #78

Closed mmore500 closed 4 years ago

mmore500 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Clones added
============
- include/uit/conduit/proc/inlet/put=dropping+type=trivial/impl/TrivialRingImmediateSendDuct.hpp  2
- include/uit/conduit/proc/inlet/put=dropping+type=cereal/impl/CerealRingImmediateSendDuct.hpp  1
- include/uit/conduit/intra/put=dropping+get=stepping+type=any/impl/PendingDuct.hpp  1
- include/uit/conduit/intra/put=dropping+get=stepping+type=any/a::HeadTailDuct.hpp  1

See the complete overview on Codacy

codecov[bot] commented 4 years ago

Codecov Report

Merging #78 into master will increase coverage by 0.04%. The diff coverage is 3.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   49.91%   49.96%   +0.04%     
==========================================
  Files         225      227       +2     
  Lines        7997     8050      +53     
==========================================
+ Hits         3992     4022      +30     
- Misses       4005     4028      +23     
Impacted Files Coverage Δ
include/uit/conduit/Duct.hpp 39.65% <0.00%> (-2.17%) :arrow_down:
include/uit/conduit/Inlet.hpp 38.09% <0.00%> (ø)
...ntra/accumulating+type=any/a::AccumulatingDuct.hpp 63.15% <0.00%> (ø)
...dropping+get=stepping+type=any/a::HeadTailDuct.hpp 58.97% <0.00%> (ø)
...ropping+get=stepping+type=any/impl/PendingDuct.hpp 51.42% <0.00%> (ø)
...ut=growing+get=skipping+type=any/a::SconceDuct.hpp 50.00% <0.00%> (ø)
...put=growing+get=stepping+type=any/a::DequeDuct.hpp 65.21% <0.00%> (ø)
include/uit/conduit/mock/EmpAssertDuct.hpp 12.50% <ø> (ø)
include/uit/conduit/mock/NopDuct.hpp 12.50% <0.00%> (ø)
include/uit/conduit/mock/ThrowDuct.hpp 10.00% <0.00%> (ø)
... and 23 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 5b63ea9...5f0574c. Read the comment docs.