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

Backport tidy features from Empirical #150

Closed mmore500 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #150 (125beb3) into master (faeff71) will not change coverage. The diff coverage is 83.11%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #150   +/-   ##
=======================================
  Coverage   50.55%   50.55%           
=======================================
  Files         226      226           
  Lines        5851     5851           
=======================================
  Hits         2958     2958           
  Misses       2893     2893           
Impacted Files Coverage Δ
include/uitsl/debug/safe_cast.hpp 71.05% <71.05%> (ø)
include/uitsl/debug/EnumeratedFunctor.hpp 83.33% <83.33%> (ø)
include/uitsl/utility/exec_utils.hpp 88.88% <87.50%> (ø)
include/uitsl/math/divide_utils.hpp 100.00% <100.00%> (ø)
include/uitsl/math/mapping_utils.hpp 100.00% <100.00%> (ø)

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 faeff71...125beb3. Read the comment docs.