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

Use cmake for tests #124

Closed mmore500 closed 3 years ago

mmore500 commented 3 years ago

open this PR so that github actions will run

codecov[bot] commented 3 years ago

Codecov Report

Merging #124 (fe130fe) into master (3a90980) will decrease coverage by 21.61%. The diff coverage is 68.54%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #124       +/-   ##
===========================================
- Coverage   67.54%   45.92%   -21.62%     
===========================================
  Files         387      213      -174     
  Lines       12134     5696     -6438     
===========================================
- Hits         8196     2616     -5580     
+ Misses       3938     3080      -858     
Impacted Files Coverage Δ
include/netuit/arrange/EmptyTopologyFactory.hpp 30.00% <ø> (ø)
include/netuit/assign/AssignRandomly.hpp 100.00% <ø> (ø)
include/netuit/assign/GenerateMetisAssignments.hpp 89.74% <0.00%> (-10.26%) :arrow_down:
include/netuit/mesh/MeshNode.hpp 86.36% <ø> (-5.31%) :arrow_down:
include/netuit/mesh/MeshNodeInput.hpp 100.00% <ø> (ø)
include/netuit/mesh/MeshNodeOutput.hpp 100.00% <ø> (ø)
include/netuit/topology/TopoNode.hpp 19.35% <0.00%> (+1.61%) :arrow_up:
include/netuit/topology/Topology.hpp 65.00% <ø> (+2.42%) :arrow_up:
include/uit/ducts/Duct.hpp 36.76% <0.00%> (-29.91%) :arrow_down:
...ntra/accumulating+type=any/a::AccumulatingDuct.hpp 0.00% <ø> (-65.00%) :arrow_down:
... and 393 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 393fc13...de733cd. Read the comment docs.

mmore500 commented 3 years ago

oops I merged the wrong one, oh well I'll go ahead and merge this one too