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: Return correct status code/errno for ADM auth failures #1346

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

Closes: #1345

codecov-io commented 5 years ago

Codecov Report

Merging #1346 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1346      +/-   ##
==========================================
+ Coverage   99.74%   99.81%   +0.07%     
==========================================
  Files          64       64              
  Lines       10433    11184     +751     
==========================================
+ Hits        10406    11163     +757     
+ Misses         27       21       -6
Impacted Files Coverage Δ
autopush/tests/test_integration.py 100% <100%> (ø) :arrow_up:
autopush/router/adm.py 100% <100%> (ø) :arrow_up:
autopush/tests/test_z_main.py 100% <0%> (ø) :arrow_up:
autopush/main_argparse.py 100% <0%> (ø) :arrow_up:
autopush/router/fcm_v1.py 100% <0%> (ø) :arrow_up:
autopush/tests/test_router.py 100% <0%> (+0.1%) :arrow_up:
autopush/config.py 99.1% <0%> (+0.57%) :arrow_up:
autopush/web/webpush.py 100% <0%> (+0.75%) :arrow_up:
autopush/router/fcm.py 98.54% <0%> (+1.45%) :arrow_up:
... and 1 more

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 e29b73e...e023ad6. Read the comment docs.