mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

MDN+ decorator #7996

Closed akatsoulas closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #7996 (66a00c9) into master (6927686) will decrease coverage by 1.11%. The diff coverage is 46.47%.

:exclamation: Current head 66a00c9 differs from pull request most recent head dea26d2. Consider uploading reports for the commit dea26d2 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7996      +/-   ##
==========================================
- Coverage   88.93%   87.81%   -1.12%     
==========================================
  Files          69       69              
  Lines        2241     2282      +41     
  Branches      160      168       +8     
==========================================
+ Hits         1993     2004      +11     
- Misses        219      249      +30     
  Partials       29       29              
Impacted Files Coverage Δ
kuma/users/models.py 92.85% <ø> (-0.48%) :arrow_down:
kuma/users/auth.py 28.57% <16.21%> (-8.93%) :arrow_down:
kuma/api/v1/decorators.py 69.23% <58.82%> (-19.66%) :arrow_down:
kuma/api/v1/plus/bookmarks.py 97.82% <100.00%> (+1.90%) :arrow_up:
kuma/api/v1/tests/test_bookmarks.py 100.00% <100.00%> (ø)
kuma/settings/common.py 95.67% <100.00%> (+0.02%) :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 6927686...dea26d2. Read the comment docs.

akatsoulas commented 3 years ago

@escattone PR ready for another pass

akatsoulas commented 3 years ago

@escattone one last pass?