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

61 review code for alpha release #72

Closed LowieHuyghe closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #72 into master will decrease coverage by <.01%. The diff coverage is 99.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
- Coverage   97.04%   97.04%   -0.01%     
==========================================
  Files         102      102              
  Lines        2299     2265      -34     
==========================================
- Hits         2231     2198      -33     
+ Misses         68       67       -1
Impacted Files Coverage Δ
edmunds/database/db.py 100% <ø> (ø)
edmunds/support/helpers.py 100% <ø> (ø) :arrow_up:
edmunds/exceptions/exceptionsserviceprovider.py 100% <100%> (ø) :arrow_up:
edmunds/foundation/concerns/serviceproviders.py 100% <100%> (ø) :arrow_up:
edmunds/http/responsehelper.py 96.61% <100%> (ø) :arrow_up:
edmunds/auth/authmanager.py 100% <100%> (ø) :arrow_up:
...foundation/providers/runtimeenvironmentprovider.py 100% <100%> (ø)
edmunds/auth/models/rolemixin.py 100% <100%> (ø) :arrow_up:
...unds/profiler/providers/profilerserviceprovider.py 100% <100%> (ø) :arrow_up:
edmunds/auth/models/usermixin.py 100% <100%> (ø) :arrow_up:
... and 9 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 bcb4747...cfc63ca. Read the comment docs.