Closed pjz closed 6 years ago
:exclamation: No coverage uploaded for pull request base (
master@8d78f94
). Click here to learn what that means. The diff coverage is25.71%
.
@@ Coverage Diff @@
## master #201 +/- ##
=========================================
Coverage ? 90.44%
=========================================
Files ? 25
Lines ? 1444
Branches ? 0
=========================================
Hits ? 1306
Misses ? 138
Partials ? 0
Impacted Files | Coverage Δ | |
---|---|---|
flask_user/db_adapters/__init__.py | 100% <100%> (ø) |
|
flask_user/db_adapters/pynamo_db_adapter.py | 24.59% <24.59%> (ø) |
|
flask_user/db_manager.py | 87.5% <25%> (ø) |
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 8d78f94...0c18555. Read the comment docs.
Fixes #160
Working. The only issue is that DynamoDB doesn't support case-insensitive searches, so we simulate one for ifind_first by doing a scan and compare manually.