Skip to content
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

Add last_seq support for db updates #861

Merged
merged 4 commits into from
Jan 3, 2024
Merged

Add last_seq support for db updates #861

merged 4 commits into from
Jan 3, 2024

Conversation

flimzy
Copy link
Member

@flimzy flimzy commented Jan 3, 2024

Fixes #860

Copy link

codecov bot commented Jan 3, 2024

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (ed845c8) 76.94% compared to head (3c02980) 77.01%.

Files Patch % Lines
couchdb/client.go 75.00% 3 Missing and 1 partial ⚠️
mockdb/updates.go 62.50% 3 Missing ⚠️
options.go 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #861      +/-   ##
==========================================
+ Coverage   76.94%   77.01%   +0.07%     
==========================================
  Files         208      208              
  Lines       15161    15196      +35     
==========================================
+ Hits        11665    11703      +38     
+ Misses       2981     2976       -5     
- Partials      515      517       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@flimzy flimzy merged commit 05d82de into master Jan 3, 2024
1 of 2 checks passed
@flimzy flimzy deleted the lastSeq branch January 3, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DBUpdates does not have any way to report the last seq id if there are no reported updates
1 participant