ker0x / fcm

📨 A PHP library to send push notification with Firebase Cloud Messaging
MIT License
18 stars 7 forks source link

Full package refactoring #21

Closed ker0x closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #21 (65da2a0) into main (e3e804e) will increase coverage by 2.55%. The diff coverage is 100.00%.

@@              Coverage Diff              @@
##               main       #21      +/-   ##
=============================================
+ Coverage     97.44%   100.00%   +2.55%     
+ Complexity      193        36     -157     
=============================================
  Files            26        21       -5     
  Lines           586       103     -483     
=============================================
- Hits            571       103     -468     
+ Misses           15         0      -15     
Impacted Files Coverage Δ
src/Api/Send.php 100.00% <100.00%> (ø)
src/Fcm.php 100.00% <100.00%> (ø)
src/Model/Config/AndroidConfig.php 100.00% <100.00%> (ø)
src/Model/Config/ApnsConfig.php 100.00% <100.00%> (ø)
src/Model/Config/WebpushConfig.php 100.00% <100.00%> (ø)
src/Model/Message.php 100.00% <100.00%> (ø)
src/Model/Notification/AndroidNotification.php 100.00% <100.00%> (ø)
...c/Model/Notification/AndroidNotification/Color.php 100.00% <100.00%> (ø)
...Notification/AndroidNotification/LightSettings.php 100.00% <100.00%> (ø)
src/Model/Notification/ApnsNotification.php 100.00% <100.00%> (ø)
... and 11 more