AACEngineering / django-permissions-auditor

Tool to audit access control on your django app.
https://django-permissions-auditor.readthedocs.io/en/latest/
MIT License
20 stars 4 forks source link

Nested decorators #2

Closed kluchrj closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into master will decrease coverage by 4.01%. The diff coverage is 86.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
- Coverage   96.23%   92.21%   -4.02%     
==========================================
  Files           7        7              
  Lines         292      347      +55     
  Branches       51       81      +30     
==========================================
+ Hits          281      320      +39     
- Misses          3        8       +5     
- Partials        8       19      +11
Impacted Files Coverage Δ
permissions_auditor/processors/auth_decorators.py 86.23% <80.88%> (-11.86%) :arrow_down:
permissions_auditor/processors/base.py 96.47% <94.11%> (-3.53%) :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 b18c682...65e64b6. Read the comment docs.