Conversation
Codecov Report
@@ Coverage Diff @@
## master #174 +/- ##
==========================================
+ Coverage 67.51% 67.78% +0.27%
==========================================
Files 55 56 +1
Lines 2358 2409 +51
==========================================
+ Hits 1592 1633 +41
- Misses 766 776 +10
Continue to review full report at Codecov.
|
| return visit | ||
|
|
||
| @classmethod | ||
| def reverse_match(cls, user): |
There was a problem hiding this comment.
The session_key used in the SegmentVisit class changes every time a user logs in and logs out. Is there an other way to recognise previous visits of a user without using this session key?
There was a problem hiding this comment.
Might be the secret key not being set properly.
1c284e4 to
3ef7861
Compare
Codecov Report
@@ Coverage Diff @@
## master #174 +/- ##
===========================================
- Coverage 89.76% 67.78% -21.98%
===========================================
Files 52 56 +4
Lines 1153 2409 +1256
===========================================
+ Hits 1035 1633 +598
- Misses 118 776 +658
Continue to review full report at Codecov.
|
No description provided.