Nheko-Reborn / mtxclient

Client API library for Matrix, built on top of libcurl
MIT License
40 stars 25 forks source link

add support for hidden read receipts #72

Closed symphorien closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #72 (6798381) into master (ddc0061) will decrease coverage by 0.84%. The diff coverage is 32.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   69.96%   69.11%   -0.85%     
==========================================
  Files          83       84       +1     
  Lines        4974     5077     +103     
==========================================
+ Hits         3480     3509      +29     
- Misses       1494     1568      +74     
Impacted Files Coverage Δ
include/mtxclient/http/client.hpp 95.65% <ø> (ø)
lib/structs/events/collections.cpp 12.50% <0.00%> (-0.49%) :arrow_down:
lib/http/client.cpp 72.60% <9.52%> (-1.98%) :arrow_down:
lib/structs/responses/common.cpp 31.36% <15.62%> (-0.81%) :arrow_down:
lib/structs/errors.cpp 50.56% <25.00%> (-1.21%) :arrow_down:
lib/structs/responses/public_rooms.cpp 82.75% <37.50%> (-17.25%) :arrow_down:
lib/structs/events/widget.cpp 44.44% <44.44%> (ø)
lib/structs/events.cpp 83.80% <50.00%> (-1.14%) :arrow_down:
include/mtxclient/http/client_impl.hpp 97.00% <100.00%> (+0.15%) :arrow_up:
.../structs/events/nheko_extensions/hidden_events.cpp 100.00% <100.00%> (ø)

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 d695390...6798381. Read the comment docs.

deepbluev7 commented 2 years ago

Thanks, looks correct to me :3