Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add request logs for iOS:APNs and Android:FCM #639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

prevent json parse error from blocking the notification

78698fa
Select commit
Loading
Failed to load commit list.
Open

add request logs for iOS:APNs and Android:FCM #639

prevent json parse error from blocking the notification
78698fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 23, 2024 in 1s

64.89% (-0.16%) compared to 9d47494

View this Pull Request on Codecov

64.89% (-0.16%) compared to 9d47494

Details

Codecov Report

Attention: Patch coverage is 31.57895% with 13 lines in your changes missing coverage. Please review.

Project coverage is 64.89%. Comparing base (9d47494) to head (78698fa).
Report is 193 commits behind head on master.

Files Patch % Lines
notify/notification_hms.go 0.00% 7 Missing ⚠️
notify/notification_apns.go 40.00% 1 Missing and 2 partials ⚠️
notify/notification_fcm.go 40.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #639      +/-   ##
==========================================
- Coverage   65.05%   64.89%   -0.16%     
==========================================
  Files          21       21              
  Lines        1783     1792       +9     
==========================================
+ Hits         1160     1163       +3     
- Misses        562      564       +2     
- Partials       61       65       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.