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

Add static asserts for message types #88

Closed mmore500 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 into master will increase coverage by 0.44%. The diff coverage is 94.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   48.86%   49.30%   +0.44%     
==========================================
  Files         230      240      +10     
  Lines        8567     8656      +89     
==========================================
+ Hits         4186     4268      +82     
- Misses       4381     4388       +7     
Impacted Files Coverage Δ
...ntra/accumulating+type=any/a::AccumulatingDuct.hpp 60.00% <ø> (ø)
...dropping+get=stepping+type=any/a::HeadTailDuct.hpp 58.97% <ø> (ø)
...ropping+get=stepping+type=any/impl/PendingDuct.hpp 52.77% <ø> (ø)
...ut=growing+get=skipping+type=any/a::SconceDuct.hpp 47.82% <ø> (ø)
...put=growing+get=stepping+type=any/a::DequeDuct.hpp 62.50% <ø> (ø)
...ccumulating+type=fundamental/f::AccumulateDuct.hpp 51.21% <ø> (ø)
...cumulating+type=fundamental/f::RaccumulateDuct.hpp 43.75% <ø> (ø)
...g+type=cereal/impl/CerealRingImmediateSendDuct.hpp 0.00% <ø> (ø)
...pping+type=span/impl/SpanRingImmediateSendDuct.hpp 7.57% <ø> (ø)
...type=trivial/impl/TrivialRingImmediateSendDuct.hpp 9.43% <ø> (ø)
... and 72 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 ec967b6...00c99bc. Read the comment docs.