IFL-CAMP / simple

S.I.M.P.L.E. - Smart Intuitive Messaging Platform with Less Effort. A Cross-Platform C++ Library to Exchange Data Across Network.
Mozilla Public License 2.0
22 stars 5 forks source link

Fix/zmq context #16

Closed SalvoVirga closed 6 years ago

SalvoVirga commented 6 years ago

This makes the zmq context unique among simple objects created in single unit, ContextManager is now a very trivial singleton

codecov-io commented 6 years ago

Codecov Report

Merging #16 into master will decrease coverage by <.01%. The diff coverage is 99.07%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   99.67%   99.67%   -0.01%     
==========================================
  Files          54       53       -1     
  Lines        3702     3688      -14     
==========================================
- Hits         3690     3676      -14     
  Misses         12       12
Impacted Files Coverage Δ
tests/test_pub_sub.cpp 100% <100%> (ø) :arrow_up:
include/simple/context_manager.hpp 100% <100%> (ø) :arrow_up:
include/simple/generic_socket.hpp 86.95% <100%> (ø) :arrow_up:
tests/include/test_utils.hpp 98.22% <98.5%> (-0.15%) :arrow_down:

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 1aa9393...8e2b1ec. Read the comment docs.