knowmetools / km-api

The API behind our Know Me app
Apache License 2.0
4 stars 0 forks source link

Gate premium requirements behind a feature flag #463

Closed cdriehuys closed 5 years ago

cdriehuys commented 5 years ago

Closes #462

Proposed Changes

In order to undo the breaking changes from #402, #403, and #419 that the iOS app was not prepared to handle, we are gating premium checks behind a feature flag.

codecov[bot] commented 5 years ago

Codecov Report

Merging #463 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #463      +/-   ##
=========================================
+ Coverage   97.58%   97.6%   +0.01%     
=========================================
  Files          55      55              
  Lines        1533    1542       +9     
  Branches       86      89       +3     
=========================================
+ Hits         1496    1505       +9     
  Misses         26      26              
  Partials       11      11
Impacted Files Coverage Δ
km_api/know_me/views.py 100% <100%> (ø) :arrow_up:
km_api/know_me/permissions.py 100% <100%> (ø) :arrow_up:
km_api/km_api/settings.py 62.92% <100%> (+0.85%) :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 b430980...fb132e9. Read the comment docs.