Skip to content

feat: add direct APNS support

d7c89b0
Select commit
Loading
Failed to load commit list.
Merged

feat: add direct APNS support #187

feat: add direct APNS support
d7c89b0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 22, 2025 in 0s

89.25% (+1.52%) compared to 9f62ac8

View this Pull Request on Codecov

89.25% (+1.52%) compared to 9f62ac8

Details

Codecov Report

❌ Patch coverage is 82.14286% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.25%. Comparing base (9f62ac8) to head (d7c89b0).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/main.rs 0.00% 17 Missing ⚠️
src/apns.rs 84.21% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
+ Coverage   87.73%   89.25%   +1.52%     
==========================================
  Files           8        9       +1     
  Lines         318      391      +73     
==========================================
+ Hits          279      349      +70     
- Misses         39       42       +3     
Files with missing lines Coverage Δ
src/api.rs 96.82% <100.00%> (+0.15%) ⬆️
src/error.rs 76.92% <100.00%> (+26.92%) ⬆️
src/fcm.rs 75.00% <100.00%> (+75.00%) ⬆️
src/models.rs 100.00% <ø> (ø)
src/pusher.rs 97.91% <100.00%> (+0.73%) ⬆️
src/settings.rs 95.00% <100.00%> (+5.00%) ⬆️
src/apns.rs 84.21% <84.21%> (ø)
src/main.rs 0.00% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f62ac8...d7c89b0. Read the comment docs.