retailcrm / mg-bot-api-client-php

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

[fix] make all getters nullable #10

Closed Neur0toxine closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is 7.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master      #10    +/-   ##
==========================================
  Coverage     62.83%   62.83%            
- Complexity      619      753   +134     
==========================================
  Files            52       52            
  Lines          1321     1321            
==========================================
  Hits            830      830            
  Misses          491      491
Impacted Files Coverage Δ Complexity Δ
src/Bot/Model/Entity/Channel/ChannelSettings.php 42.85% <0%> (ø) 21 <14> (+7) :arrow_up:
src/Bot/Model/Entity/Message/Message.php 27.5% <0%> (ø) 60 <36> (+18) :arrow_up:
src/Bot/Model/Entity/Bot.php 41.66% <0%> (ø) 36 <24> (+12) :arrow_up:
src/Bot/Model/Entity/Message/Item.php 0% <0%> (ø) 8 <2> (+1) :arrow_up:
src/Bot/Model/Entity/FileMeta.php 0% <0%> (ø) 6 <4> (+2) :arrow_up:
src/Bot/Model/Entity/Dialog.php 45.45% <0%> (ø) 33 <22> (+11) :arrow_up:
src/Bot/Model/Entity/User.php 38.46% <0%> (ø) 39 <26> (+13) :arrow_up:
src/Bot/Model/Entity/Chat/ChatLastMessage.php 0% <0%> (ø) 9 <4> (+2) :arrow_up:
src/Bot/Model/Entity/Channel/Channel.php 50% <0%> (ø) 27 <18> (+9) :arrow_up:
src/Bot/Model/Entity/Responsible.php 50% <0%> (ø) 9 <6> (+3) :arrow_up:
... and 9 more

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 6594182...4904577. Read the comment docs.