hugobessa / django-shared-schema-tenants

A lib to help in the creation of shared schema multi tenants applications without suffering
MIT License
20 stars 9 forks source link

Last adjusts #34

Closed hugobessa closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #34 into dev will decrease coverage by 0.28%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #34      +/-   ##
==========================================
- Coverage   85.09%   84.81%   -0.29%     
==========================================
  Files          32       33       +1     
  Lines        1557     1548       -9     
  Branches      236      235       -1     
==========================================
- Hits         1325     1313      -12     
- Misses        143      146       +3     
  Partials       89       89
Impacted Files Coverage Δ
shared_schema_tenants/managers.py 100% <ø> (ø) :arrow_up:
shared_schema_tenants/context_processor.py 0% <0%> (ø)
shared_schema_tenants/models.py 84.31% <100%> (-0.31%) :arrow_down:
shared_schema_tenants/middleware.py 86.66% <100%> (ø) :arrow_up:
shared_schema_tenants_custom_data/forms.py 76.08% <100%> (ø) :arrow_up:
shared_schema_tenants/mixins.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants_custom_data/serializers.py 84.1% <100%> (ø) :arrow_up:
shared_schema_tenants_custom_data/views.py 79.46% <100%> (ø) :arrow_up:
shared_schema_tenants/utils.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants/views.py 87.67% <83.33%> (ø) :arrow_up:
... and 1 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 b938b76...358ae3d. Read the comment docs.