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

Change OpLogFilter::agent_id to be optional #826

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

Change `OpLogFilter::agent_id` to be optional

4bef708
Select commit
Loading
Failed to load commit list.
Open

Change OpLogFilter::agent_id to be optional #826

Change `OpLogFilter::agent_id` to be optional
4bef708
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 0s

77.45% (+0.46%) compared to 3096144

View this Pull Request on Codecov

77.45% (+0.46%) compared to 3096144

Details

Codecov Report

Attention: Patch coverage is 88.70674% with 62 lines in your changes missing coverage. Please review.

Project coverage is 77.45%. Comparing base (3096144) to head (4bef708).

Files with missing lines Patch % Lines
src/ingest.rs 16.66% 25 Missing ⚠️
src/storage.rs 63.46% 19 Missing ⚠️
src/graphql.rs 92.41% 11 Missing ⚠️
src/graphql/log.rs 91.30% 2 Missing ⚠️
src/ingest/generation.rs 93.54% 2 Missing ⚠️
src/storage/migration.rs 97.01% 2 Missing ⚠️
src/storage/migration/migration_structures.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #826      +/-   ##
==========================================
+ Coverage   76.98%   77.45%   +0.46%     
==========================================
  Files          31       32       +1     
  Lines       24875    25362     +487     
==========================================
+ Hits        19151    19643     +492     
+ Misses       5724     5719       -5     

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