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

Make improvements per codacy suggestions #110

Closed perryk12 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #110 into master will decrease coverage by 0.05%. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   65.91%   65.86%   -0.06%     
==========================================
  Files         379      379              
  Lines       11945    11945              
==========================================
- Hits         7873     7867       -6     
- Misses       4072     4078       +6     
Impacted Files Coverage Δ
include/uitsl/chrono/TimeGuard.hpp 60.00% <ø> (ø)
...lude/uitsl/concurrent/ConcurrentTimeoutBarrier.hpp 60.00% <ø> (ø)
include/uitsl/containers/safe/list.hpp 18.44% <ø> (ø)
include/uitsl/containers/safe/unordered_map.hpp 8.28% <ø> (ø)
include/uitsl/containers/safe/vector.hpp 11.36% <ø> (ø)
include/uitsl/countdown/Counter.hpp 56.25% <0.00%> (ø)
include/uitsl/datastructs/SiftingArray.hpp 69.56% <ø> (ø)
include/uitsl/debug/MultiprocessReporter.hpp 100.00% <ø> (ø)
include/uitsl/distributed/CachePacket.hpp 80.00% <ø> (ø)
include/uitsl/distributed/MsgAccumulatorBundle.hpp 92.72% <ø> (ø)
... and 8 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 bffab3c...80ed946. Read the comment docs.