-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(coverage): add coverage for boltdb and dynamo #2018
Conversation
a13dfd0
to
d198918
Compare
Codecov Report
@@ Coverage Diff @@
## main #2018 +/- ##
==========================================
+ Coverage 90.13% 91.93% +1.80%
==========================================
Files 164 164
Lines 27651 27645 -6
==========================================
+ Hits 24923 25416 +493
+ Misses 2012 1652 -360
+ Partials 716 577 -139
... and 4 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
a75fc4b
to
7e7504c
Compare
94dd882
to
10b1cda
Compare
10b1cda
to
444b552
Compare
errors/errors.go
Outdated
ErrLimitIsNegative = errors.New("pageturner: limit has negative value") | ||
ErrOffsetIsNegative = errors.New("pageturner: offset has negative value") | ||
ErrSortCriteriaNotSupported = errors.New("pageturner: the sort criteria is not supported") | ||
ErrLimitIsNegative = errors.New("pagefinder: limit has negative value") |
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.
"pagination"
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.
lgtm
Signed-off-by: Laurentiu Niculae <[email protected]>
444b552
to
1a12bf3
Compare
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.
lgtm
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.