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

[Tree] Add pre-order and level-order traversals #2498

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Update tests/Gedmo/Tree/NestedTreeTraversalTest.php

0037f83
Select commit
Loading
Failed to load commit list.
Open

[Tree] Add pre-order and level-order traversals #2498

Update tests/Gedmo/Tree/NestedTreeTraversalTest.php
0037f83
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2024 in 0s

79.30% (+0.07%) compared to f21d888

View this Pull Request on Codecov

79.30% (+0.07%) compared to f21d888

Details

Codecov Report

Attention: Patch coverage is 95.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 79.30%. Comparing base (f21d888) to head (0037f83).
Report is 135 commits behind head on main.

Files Patch % Lines
...rc/Tree/Entity/Repository/NestedTreeRepository.php 95.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2498      +/-   ##
==========================================
+ Coverage   79.22%   79.30%   +0.07%     
==========================================
  Files         161      161              
  Lines        8415     8455      +40     
==========================================
+ Hits         6667     6705      +38     
- Misses       1748     1750       +2     

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