-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
Codecov Report
@@ Coverage Diff @@
## main #110 +/- ##
==========================================
- Coverage 89.01% 85.57% -3.44%
==========================================
Files 1 1
Lines 446 305 -141
==========================================
- Hits 397 261 -136
+ Misses 28 22 -6
- Partials 21 22 +1
Continue to review full report at Codecov.
|
Signed-off-by: George Aristy <[email protected]>
@@ -416,6 +492,7 @@ func (s *store) Close() error { | |||
return nil | |||
} | |||
|
|||
// TODO optimize tagMap: https://github.com/hyperledger/aries-framework-go-ext/issues/109 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note this issue here: #88
(My intention is to eventually use proper columns+indexing instead of the "tag map")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that I forgot to include a reference to #88 in the code... oops...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok - I closed #109
Signed-off-by: George Aristy [email protected]