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

Add custom tables permissions #32

Closed hugobessa closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into dev will decrease coverage by 1.47%. The diff coverage is 71.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #32      +/-   ##
==========================================
- Coverage   86.77%   85.29%   -1.48%     
==========================================
  Files          29       31       +2     
  Lines        1391     1530     +139     
  Branches      203      230      +27     
==========================================
+ Hits         1207     1305      +98     
- Misses        115      139      +24     
- Partials       69       86      +17
Impacted Files Coverage Δ
shared_schema_tenants_custom_data/settings.py 100% <ø> (ø) :arrow_up:
shared_schema_tenants_custom_data/views.py 79.46% <100%> (+1.16%) :arrow_up:
shared_schema_tenants/permissions.py 68.42% <50%> (-31.58%) :arrow_down:
shared_schema_tenants_custom_data/auth_backends.py 64.81% <64.81%> (ø)
shared_schema_tenants_custom_data/permissions.py 70.37% <70.37%> (ø)
shared_schema_tenants_custom_data/models.py 77.03% <80.95%> (+1.76%) :arrow_up:

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 76947d3...b1b7aea. Read the comment docs.