mozilla-services / autopush

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

feat: upgrade to pypy6 for debug symbols #1289

Closed pjenvey closed 6 years ago

pjenvey commented 6 years ago

and include its new gc.get_stats in memusage

Closes #1288

codecov-io commented 6 years ago

Codecov Report

Merging #1289 into master will decrease coverage by 0.01%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1289      +/-   ##
==========================================
- Coverage   99.96%   99.95%   -0.02%     
==========================================
  Files          59       59              
  Lines        9571     9573       +2     
==========================================
+ Hits         9568     9569       +1     
- Misses          3        4       +1
Impacted Files Coverage Δ
autopush/router/gcm.py 97.16% <ø> (ø) :arrow_up:
autopush/tests/test_integration.py 100% <ø> (ø) :arrow_up:
autopush/memusage.py 97.91% <50%> (-2.09%) :arrow_down:

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 6e0452c...b4d5e73. Read the comment docs.