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

feat!: Use RPITIT for graph traits #156

Merged
merged 5 commits into from
Nov 14, 2024

`delegate!` to internal iterator impls

bd79b3b
Select commit
Loading
Failed to load commit list.
Merged

feat!: Use RPITIT for graph traits #156

`delegate!` to internal iterator impls
bd79b3b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2024 in 0s

80.49% (-0.14%) compared to c91476b

View this Pull Request on Codecov

80.49% (-0.14%) compared to c91476b

Details

Codecov Report

Attention: Patch coverage is 73.02905% with 65 lines in your changes missing coverage. Please review.

Project coverage is 80.49%. Comparing base (c91476b) to head (bd79b3b).

Files with missing lines Patch % Lines
src/view/filter.rs 32.14% 37 Missing and 1 partial ⚠️
src/multiportgraph.rs 64.28% 10 Missing ⚠️
src/view/refs.rs 46.66% 8 Missing ⚠️
src/portgraph/iter.rs 94.73% 4 Missing ⚠️
src/portgraph.rs 84.21% 3 Missing ⚠️
src/view.rs 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
- Coverage   80.63%   80.49%   -0.14%     
==========================================
  Files          22       22              
  Lines        5168     5158      -10     
  Branches     5168     5158      -10     
==========================================
- Hits         4167     4152      -15     
- Misses        928      933       +5     
  Partials       73       73              

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