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

Offset and event de-duplication handling for Nostr events #242

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Offset and event duplicate handling for Nostr

ed75a7d
Select commit
Loading
Failed to load commit list.
Open

Offset and event de-duplication handling for Nostr events #242

Offset and event duplicate handling for Nostr
ed75a7d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2024 in 0s

39.83% (+0.60%) compared to 1c0fe9c

View this Pull Request on Codecov

39.83% (+0.60%) compared to 1c0fe9c

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 15 lines in your changes missing coverage. Please review.

Project coverage is 39.83%. Comparing base (1c0fe9c) to head (ed75a7d).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/persistence/db/nostr_event_offset.rs 84.44% 7 Missing ⚠️
src/util/date.rs 63.63% 4 Missing ⚠️
src/service/notification_service/nostr.rs 93.61% 3 Missing ⚠️
src/persistence/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
+ Coverage   39.22%   39.83%   +0.60%     
==========================================
  Files          53       56       +3     
  Lines       10212    10305      +93     
==========================================
+ Hits         4006     4105      +99     
+ Misses       6206     6200       -6     

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