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

refactor!: Bring the collections ext in line with other extension defs #1469

Merged
merged 4 commits into from
Aug 27, 2024

Better test coverage

9c646b3
Select commit
Loading
Failed to load commit list.
Merged

refactor!: Bring the collections ext in line with other extension defs #1469

Better test coverage
9c646b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2024 in 2s

87.65% (-0.04%) compared to 001e66a, passed because coverage increased by -0.01% when compared to adjusted base (87.65%)

View this Pull Request on Codecov

87.65% (-0.04%) compared to 001e66a, passed because coverage increased by -0.01% when compared to adjusted base (87.65%)

Details

Codecov Report

Attention: Patch coverage is 88.18182% with 13 lines in your changes missing coverage. Please review.

Project coverage is 87.65%. Comparing base (001e66a) to head (9c646b3).
Report is 1 commits behind head on main.

Files Patch % Lines
hugr-core/src/std_extensions/collections.rs 86.84% 7 Missing and 3 partials ⚠️
...r-core/src/std_extensions/collections/list_fold.rs 89.28% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1469      +/-   ##
==========================================
- Coverage   87.68%   87.65%   -0.04%     
==========================================
  Files         121      122       +1     
  Lines       20806    20819      +13     
  Branches    17949    17962      +13     
==========================================
+ Hits        18243    18248       +5     
- Misses       1794     1800       +6     
- Partials      769      771       +2     

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