parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
85 stars 100 forks source link

Update APNS.js #89

Closed flovilmart closed 6 years ago

flovilmart commented 7 years ago

Fixes #88

codecov[bot] commented 7 years ago

Codecov Report

Merging #89 into master will increase coverage by 0.78%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #89      +/-   ##
========================================
+ Coverage   99.21%   100%   +0.78%     
========================================
  Files           5      5              
  Lines         254    254              
========================================
+ Hits          252    254       +2     
+ Misses          2      0       -2
Impacted Files Coverage Δ
src/APNS.js 100% <100%> (+1.72%) :arrow_up:

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 af48cbc...71a449b. Read the comment docs.

flovilmart commented 6 years ago

Thanks @theill !