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

Convert docs into Markdown and use MyST Markdown parser #95

Closed rodsan0 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #95 into master will increase coverage by 0.86%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   49.30%   50.17%   +0.86%     
==========================================
  Files         240      255      +15     
  Lines        8656     8767     +111     
==========================================
+ Hits         4268     4399     +131     
+ Misses       4388     4368      -20     
Impacted Files Coverage Δ
tests/netuit/topology/Topology.cpp 100.00% <0.00%> (ø)
tests/netuit/topology/TopoNodeOutput.cpp 100.00% <0.00%> (ø)
include/netuit/topology/LoopTopologyFactory.hpp 94.11% <0.00%> (ø)
tests/netuit/mesh/MeshNode.cpp 100.00% <0.00%> (ø)
tests/netuit/topology/DyadicTopologyFactory.cpp 100.00% <0.00%> (ø)
tests/netuit/topology/TopoNodeInput.cpp 100.00% <0.00%> (ø)
tests/netuit/mesh/MeshNodeInput.cpp 100.00% <0.00%> (ø)
tests/netuit/mesh/MeshNodeOutput.cpp 100.00% <0.00%> (ø)
tests/netuit/topology/RingTopologyFactory.cpp 100.00% <0.00%> (ø)
tests/netuit/topology/ProConTopologyFactory.cpp 100.00% <0.00%> (ø)
... and 11 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 9837cbb...8c91f27. Read the comment docs.