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

Merged
merged 1 commit into from
Dec 2, 2024

Change `OpLogFilter::agent_id` to be optional

19d4409
Select commit
Loading
Failed to load commit list.
Merged

Change OpLogFilter::agent_id to be optional #826

Change `OpLogFilter::agent_id` to be optional
19d4409
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 1s

77.55% (+0.53%) compared to 2d2c6b8

View this Pull Request on Codecov

77.55% (+0.53%) compared to 2d2c6b8

Details

Codecov Report

Attention: Patch coverage is 89.36937% with 59 lines in your changes missing coverage. Please review.

Project coverage is 77.55%. Comparing base (2d2c6b8) to head (19d4409).

Files with missing lines Patch % Lines
src/ingest.rs 15.15% 28 Missing ⚠️
src/graphql.rs 92.41% 11 Missing ⚠️
src/storage/migration.rs 92.70% 7 Missing ⚠️
src/ingest/generation.rs 77.77% 6 Missing ⚠️
src/storage.rs 89.36% 5 Missing ⚠️
src/graphql/log.rs 91.30% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #826      +/-   ##
==========================================
+ Coverage   77.01%   77.55%   +0.53%     
==========================================
  Files          31       32       +1     
  Lines       25569    26061     +492     
==========================================
+ Hits        19692    20211     +519     
+ Misses       5877     5850      -27     

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