Closed SalvoVirga closed 6 years ago
Merging #31 into master will decrease coverage by
0.03%
. The diff coverage is60%
.
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
- Coverage 99.75% 99.71% -0.04%
==========================================
Files 58 56 -2
Lines 4000 3881 -119
==========================================
- Hits 3990 3870 -120
- Misses 10 11 +1
Impacted Files | Coverage Δ | |
---|---|---|
include/simple/generic_socket.hpp | 90.78% <60%> (-1.11%) |
:arrow_down: |
include/simple/client.hpp | 100% <0%> (ø) |
:arrow_up: |
include/simple/server.hpp | 100% <0%> (ø) |
:arrow_up: |
tests/test_client.cpp |
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 9907353...f49a9ff. Read the comment docs.
The comparison between the received topic name and the one it is supposed to get was wrong. Now we check the first 4 chars that arrive.