parse-community / parse-server-push-adapter

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

Adds tests for making sure package is sane #70

Closed flovilmart closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #70 into master will increase coverage by 1.32%. The diff coverage is 100%.

@@           Coverage Diff            @@
##           master    #70      +/-   ##
========================================
+ Coverage   98.67%   100%   +1.32%     
========================================
  Files           5      5              
  Lines         528    249     -279     
  Branches       65      0      -65     
========================================
- Hits          521    249     -272     
+ Misses          7      0       -7
Impacted Files Coverage Δ
src/ParsePushAdapter.js 100% <ø> (+1.11%) :arrow_up:
src/GCM.js 100% <ø> (ø) :arrow_up:
src/APNS.js 100% <100%> (ø) :arrow_up:
src/index.js 100% <0%> (ø) :arrow_up:
src/PushAdapterUtils.js 100% <0%> (+10.16%) :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 a74644c...06fc9e8. Read the comment docs.