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

Test trailing whitespace #112

Closed mmore500 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #112 into master will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   62.49%   62.44%   -0.06%     
==========================================
  Files         327      327              
  Lines       10509    10509              
==========================================
- Hits         6568     6562       -6     
- Misses       3941     3947       +6     
Impacted Files Coverage Δ
include/uitsl/chrono/CoarseClock.hpp 100.00% <ø> (ø)
include/uitsl/chrono/CoarseMonoClock.hpp 100.00% <ø> (ø)
include/uitsl/chrono/CoarseRealClock.hpp 100.00% <ø> (ø)
include/uitsl/chrono/CycleClock.hpp 100.00% <ø> (ø)
include/uitsl/chrono/RawCycleClock.hpp 100.00% <ø> (ø)
include/uitsl/chrono/SplitWatch.hpp 100.00% <ø> (ø)
include/uitsl/chrono/cycle_freq.hpp 100.00% <ø> (ø)
include/uitsl/math/ratio_to_double.hpp 100.00% <ø> (ø)
include/uitsl/utility/exec_utils.hpp 0.00% <ø> (ø)
...type=trivial/impl/TrivialRingImmediateSendDuct.hpp 67.92% <0.00%> (-11.33%) :arrow_down:
... and 2 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 fb47677...29b2391. Read the comment docs.