Skip to content

Fixed test

222d357
Select commit
Loading
Failed to load commit list.
Merged

Improved some components and updated tests #6

Fixed test
222d357
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 21, 2025 in 1s

72.29% (target 90.00%)

View this Pull Request on Codecov

72.29% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 91.34615% with 18 lines in your changes missing coverage. Please review.

Project coverage is 72.29%. Comparing base (ad5a9f2) to head (222d357).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/Repository/Handler/RepositoryBuildHandler.php 85.93% 9 Missing ⚠️
src/Code/MethodCodeGenerator.php 92.30% 3 Missing ⚠️
src/Annotation/BuildAnnotation.php 0.00% 2 Missing ⚠️
src/Annotation/MethodExecutionAnnotation.php 0.00% 2 Missing ⚠️
src/Container/Container.php 66.66% 2 Missing ⚠️

❌ Your project check has failed because the head coverage (72.29%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##               main       #6       +/-   ##
=============================================
+ Coverage     47.03%   72.29%   +25.25%     
- Complexity      343      346        +3     
=============================================
  Files            41       44        +3     
  Lines          1012     1025       +13     
=============================================
+ Hits            476      741      +265     
+ Misses          536      284      -252     
Files with missing lines Coverage Δ
src/Annotation/Annotation.php 100.00% <ø> (+61.11%) ⬆️
src/Annotation/AnnotationReader.php 100.00% <100.00%> (+23.52%) ⬆️
src/ClassBuilder/BuildOutput.php 89.47% <ø> (ø)
src/ClassBuilder/ClassBuilder.php 96.66% <100.00%> (ø)
src/Collection/Kmap.php 64.75% <100.00%> (+2.15%) ⬆️
...dExecution/Builder/MethodExecutionBuildHandler.php 100.00% <100.00%> (ø)
...c/MethodExecution/Builder/MethodExecutionProxy.php 100.00% <100.00%> (ø)
src/MethodExecution/MethodExecutionContext.php 87.50% <100.00%> (ø)
src/Reflection/ReflectionUtils.php 98.61% <100.00%> (+63.12%) ⬆️
src/Repository/Repository.php 100.00% <ø> (ø)
... and 10 more

... and 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.