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

iterator genericity #63

Open
wants to merge 4 commits into
base: feature/v0.3.0
Choose a base branch
from

add type alias in direction module and depreciated IteratorDirection

7b96aef
Select commit
Loading
Failed to load commit list.
Open

iterator genericity #63

add type alias in direction module and depreciated IteratorDirection
7b96aef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 24, 2024 in 0s

85.96% (-4.08%) compared to c20f9bc

View this Pull Request on Codecov

85.96% (-4.08%) compared to c20f9bc

Details

Codecov Report

Attention: Patch coverage is 64.13043% with 462 lines in your changes are missing coverage. Please review.

Project coverage is 85.96%. Comparing base (c20f9bc) to head (7b96aef).
Report is 5 commits behind head on feature/v0.3.0.

Files Patch % Lines
src/lattice/iterator/double_ended_counter.rs 34.64% 83 Missing ⚠️
src/lattice/direction/mod.rs 71.54% 72 Missing ⚠️
src/lattice/iterator/lattice_iterator.rs 74.62% 68 Missing ⚠️
src/lattice/direction/oriented.rs 49.24% 67 Missing ⚠️
src/lattice/iterator/parallel_iterator.rs 35.06% 50 Missing ⚠️
src/lattice/direction/direction_enum.rs 73.18% 48 Missing ⚠️
src/lattice/iterator/element.rs 50.68% 36 Missing ⚠️
src/lattice/iterator/producer.rs 43.24% 21 Missing ⚠️
src/lattice/direction/axis.rs 68.62% 16 Missing ⚠️
src/lattice/mod.rs 96.29% 1 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           feature/v0.3.0      #63      +/-   ##
==================================================
- Coverage           90.03%   85.96%   -4.08%     
==================================================
  Files                  27       44      +17     
  Lines                8086     9288    +1202     
==================================================
+ Hits                 7280     7984     +704     
- Misses                806     1304     +498     

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