LowieHuyghe / edmunds-python

Edmunds is a Flask based framework for building web applications with a firm structure to start from.
https://lowiehuyghe.github.io/edmunds-python/
Apache License 2.0
4 stars 1 forks source link

16 Security and authentication #71

Closed LowieHuyghe closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #71 into master will increase coverage by 3.85%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   93.19%   97.04%   +3.85%     
==========================================
  Files         103      102       -1     
  Lines        2291     2299       +8     
==========================================
+ Hits         2135     2231      +96     
+ Misses        156       68      -88
Impacted Files Coverage Δ
edmunds/auth/middleware/rolesrequiredmiddleware.py 100% <100%> (+100%) :arrow_up:
edmunds/foundation/concerns/auth.py 100% <100%> (ø)
edmunds/auth/models/usermixin.py 100% <100%> (ø)
edmunds/auth/middleware/rolesacceptedmiddleware.py 100% <100%> (+100%) :arrow_up:
edmunds/application.py 100% <100%> (ø) :arrow_up:
edmunds/database/model.py 100% <100%> (ø) :arrow_up:
edmunds/auth/providers/authserviceprovider.py 100% <100%> (+100%) :arrow_up:
edmunds/database/drivers/sqlitememory.py 100% <100%> (ø)
...munds/database/providers/migrateserviceprovider.py 100% <100%> (ø) :arrow_up:
edmunds/auth/authmanager.py 100% <100%> (ø)
... and 19 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 ed21640...edb2c0c. Read the comment docs.