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/image test #5

Closed fernandalangsch closed 6 years ago

fernandalangsch commented 6 years ago

Images examples working. The image content is only valid as long as the socket is still alive (no copy of content to Image wrapper).

codecov-io commented 6 years ago

Codecov Report

Merging #5 into master will decrease coverage by 0.13%. The diff coverage is 89.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   99.81%   99.68%   -0.14%     
==========================================
  Files          54       54              
  Lines        3753     3764      +11     
==========================================
+ Hits         3746     3752       +6     
- Misses          7       12       +5
Impacted Files Coverage Δ
msgs/include/simple_msgs/image.hpp 100% <100%> (ø) :arrow_up:
msgs/src/image.cpp 100% <100%> (ø) :arrow_up:
include/simple/generic_socket.hpp 86.95% <75%> (-6.27%) :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 fd933c6...364f89c. Read the comment docs.