CleitonDeLima / django-easy-tenants

This is a Django app for managing multiple tenants on the same project instance using a shared approach.
MIT License
49 stars 9 forks source link

Fix storage #14

Closed CleitonDeLima closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #14   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines           99       109   +10     
=========================================
+ Hits            99       109   +10     
Flag Coverage Δ
#postgres 95.41% <100.00%> (+0.46%) :arrow_up:
#py3.7 100.00% <100.00%> (ø)
#py3.8 100.00% <100.00%> (ø)
#sqlite 96.33% <100.00%> (+0.37%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
easy_tenants/storage.py 100.00% <100.00%> (ø)

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 eaaf16a...2c24c87. Read the comment docs.