retailcrm / mg-bot-api-client-php

PHP client for MG Bot API
MIT License
3 stars 12 forks source link

Keep false values while deserializing #24

Closed tishmaria90 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (8ff92fb) into master (98563e2) will increase coverage by 4.93%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #24      +/-   ##
============================================
+ Coverage     63.67%   68.61%   +4.93%     
  Complexity      769      769              
============================================
  Files            55       55              
  Lines          1349     1351       +2     
============================================
+ Hits            859      927      +68     
+ Misses          490      424      -66     
Impacted Files Coverage Δ
src/Bot/Model/Entity/Message/Message.php 82.50% <ø> (+55.00%) :arrow_up:
src/Serializer.php 97.22% <100.00%> (+0.16%) :arrow_up:
src/Bot/Model/Entity/User.php 42.30% <0.00%> (+3.84%) :arrow_up:
src/Bot/Model/Entity/Bot.php 45.83% <0.00%> (+4.16%) :arrow_up:
src/Bot/Model/Entity/Chat/ChatMember.php 50.00% <0.00%> (+7.14%) :arrow_up:
src/Bot/Model/Entity/Chat/Chat.php 40.90% <0.00%> (+13.63%) :arrow_up:
src/Bot/Model/Entity/Customer.php 46.66% <0.00%> (+16.66%) :arrow_up:

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 98563e2...8ff92fb. Read the comment docs.