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

tests endpoints and fixes some bugs #27

Closed hugobessa closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into dev will increase coverage by 3.7%. The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev      #27     +/-   ##
=========================================
+ Coverage   87.17%   90.88%   +3.7%     
=========================================
  Files          21       21             
  Lines         616      625      +9     
  Branches       67       69      +2     
=========================================
+ Hits          537      568     +31     
+ Misses         60       34     -26     
- Partials       19       23      +4
Impacted Files Coverage Δ
shared_schema_tenants/settings.py 100% <ø> (ø) :arrow_up:
shared_schema_tenants/views.py 87.67% <90.47%> (+36.85%) :arrow_up:
shared_schema_tenants/middleware.py 85% <0%> (-3.34%) :arrow_down:
shared_schema_tenants/helpers/tenant_json_field.py 93.05% <0%> (-0.28%) :arrow_down:
shared_schema_tenants/auth_backends.py 96.84% <0%> (+1.05%) :arrow_up:
shared_schema_tenants/models.py 84.61% <0%> (+1.92%) :arrow_up:
shared_schema_tenants/helpers/tenants.py 95.55% <0%> (+2.22%) :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 82386de...d314efb. Read the comment docs.

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into dev will increase coverage by 4.09%. The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev     #27      +/-   ##
=========================================
+ Coverage   88.01%   92.1%   +4.09%     
=========================================
  Files          21      21              
  Lines         609     621      +12     
  Branches       63      66       +3     
=========================================
+ Hits          536     572      +36     
+ Misses         58      31      -27     
- Partials       15      18       +3
Impacted Files Coverage Δ
shared_schema_tenants/settings.py 100% <ø> (ø) :arrow_up:
shared_schema_tenants/views.py 87.67% <90.47%> (+36.85%) :arrow_up:
shared_schema_tenants/auth_backends.py 96.84% <0%> (+1.05%) :arrow_up:
shared_schema_tenants/models.py 84.61% <0%> (+1.92%) :arrow_up:
shared_schema_tenants/helpers/tenants.py 95.55% <0%> (+2.22%) :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 82386de...dfa8e63. Read the comment docs.