retailcrm / mg-bot-api-client-php

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

[fix] removed models duplicates, fixed several errors #8

Closed Neur0toxine closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #8 into master will increase coverage by 15.94%. The diff coverage is 75%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master       #8       +/-   ##
=============================================
+ Coverage     46.88%   62.83%   +15.94%     
+ Complexity      662      590       -72     
=============================================
  Files            62       52       -10     
  Lines          1463     1321      -142     
=============================================
+ Hits            686      830      +144     
+ Misses          777      491      -286
Impacted Files Coverage Δ Complexity Δ
src/Bot/Model/Entity/Message/Message.php 27.5% <ø> (ø) 40 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessageProduct.php 100% <ø> (+100%) 14 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessageOrderItem.php 100% <ø> (+100%) 10 <0> (ø) :arrow_down:
src/Bot/Model/Request/MessageSendRequest.php 87.5% <ø> (+18.75%) 16 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessageDelivery.php 100% <ø> (+100%) 8 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessageQuantity.php 100% <ø> (+100%) 4 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessagePayment.php 0% <ø> (ø) 6 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessageCost.php 100% <ø> (+100%) 4 <0> (ø) :arrow_down:
src/Bot/Model/Entity/Message/MessageOrder.php 100% <ø> (+100%) 16 <0> (ø) :arrow_down:
src/Register.php 96.29% <75%> (+8.79%) 26 <0> (+2) :arrow_up:
... and 10 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 93e0627...1929afe. Read the comment docs.