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

Deploy to PyPI #23

Closed hugobessa closed 6 years ago

hugobessa commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will increase coverage by 2.72%. The diff coverage is 91.8%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #23      +/-   ##
=========================================
+ Coverage   89.38%   92.1%   +2.72%     
=========================================
  Files          21      21              
  Lines         622     621       -1     
  Branches       67      66       -1     
=========================================
+ Hits          556     572      +16     
+ Misses         52      31      -21     
- Partials       14      18       +4
Impacted Files Coverage Δ
shared_schema_tenants/helpers/tenant_json_field.py 93.33% <100%> (+0.27%) :arrow_up:
shared_schema_tenants/mixins.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants/middleware.py 88.33% <100%> (ø) :arrow_up:
shared_schema_tenants/helpers/tenant_settings.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants/helpers/tenant_extra_data.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants/settings.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants/helpers/tenants.py 95.55% <100%> (+2.22%) :arrow_up:
shared_schema_tenants/models.py 84.61% <100%> (+1.92%) :arrow_up:
...red_schema_tenants/helpers/tenant_relationships.py 80% <50%> (-5.72%) :arrow_down:
shared_schema_tenants/views.py 87.67% <90.62%> (+30.04%) :arrow_up:
... and 4 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 91e0e77...641b3a5. Read the comment docs.