mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
217 stars 34 forks source link

bug: Handle FCM client not available #1349

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

Closes #1348

codecov-io commented 4 years ago

Codecov Report

Merging #1349 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1349      +/-   ##
==========================================
+ Coverage   99.74%   99.74%   +<.01%     
==========================================
  Files          64       64              
  Lines       10433    10449      +16     
==========================================
+ Hits        10406    10422      +16     
  Misses         27       27
Impacted Files Coverage Δ
autopush/tests/test_router.py 99.89% <100%> (ø) :arrow_up:
autopush/router/fcmv1client.py 100% <100%> (ø) :arrow_up:
autopush/router/fcm_v1.py 100% <100%> (ø) :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 7982514...91db1fa. Read the comment docs.