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

Modify the cluster_id type usize to Option<usize> #385

Merged
merged 1 commit into from
Jan 13, 2025

Modify the cluster_id type `usize` to `Option<usize>`

7698364
Select commit
Loading
Failed to load commit list.
Merged

Modify the cluster_id type usize to Option<usize> #385

Modify the cluster_id type `usize` to `Option<usize>`
7698364
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 13, 2025 in 0s

71.30% (-0.03%) compared to 3aebb1b

View this Pull Request on Codecov

71.30% (-0.03%) compared to 3aebb1b

Details

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 71.30%. Comparing base (3aebb1b) to head (7698364).

Files with missing lines Patch % Lines
src/graphql/event/http.rs 0.00% 1 Missing ⚠️
src/graphql/event/log.rs 0.00% 1 Missing ⚠️
src/graphql/event/network.rs 0.00% 1 Missing ⚠️
src/graphql/event/sysmon.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #385      +/-   ##
==========================================
- Coverage   71.32%   71.30%   -0.03%     
==========================================
  Files          67       67              
  Lines       14666    14666              
==========================================
- Hits        10461    10457       -4     
- Misses       4205     4209       +4     

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