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 ObjectPool reading, writing and manipulations #23

Merged
merged 41 commits into from
Dec 5, 2023

Merge branch 'main' into tjd/object-pool

8e9c96a
Select commit
Loading
Failed to load commit list.
Merged

Add ObjectPool reading, writing and manipulations #23

Merge branch 'main' into tjd/object-pool
8e9c96a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 4, 2023 in 0s

11.52% (-29.16%) compared to 44006ea

View this Pull Request on Codecov

11.52% (-29.16%) compared to 44006ea

Details

Codecov Report

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

Comparison is base (44006ea) 40.67% compared to head (8e9c96a) 11.52%.

Files Patch % Lines
src/object_pool/reader.rs 6.16% 654 Missing ⚠️
src/object_pool/writer.rs 0.00% 622 Missing ⚠️
src/object_pool/object_attributes.rs 0.00% 387 Missing ⚠️
src/object_pool/object.rs 2.70% 108 Missing ⚠️
src/object_pool/object_type.rs 2.91% 100 Missing ⚠️
src/object_pool/object_pool.rs 12.50% 91 Missing ⚠️
src/object_pool/object_id.rs 20.58% 27 Missing ⚠️
src/object_pool/vt_version.rs 0.00% 19 Missing ⚠️
src/object_pool/colour.rs 18.18% 18 Missing ⚠️
src/network_management/name.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #23       +/-   ##
===========================================
- Coverage   40.67%   11.52%   -29.16%     
===========================================
  Files           8       17        +9     
  Lines         563     2664     +2101     
===========================================
+ Hits          229      307       +78     
- Misses        334     2357     +2023     

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