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

[spiral/reactor] Fix Psalm issues and tests in Reactor #1002

Merged
merged 2 commits into from
Oct 17, 2023

Fix Reactor tests

0e95b00
Select commit
Loading
Failed to load commit list.
Merged

[spiral/reactor] Fix Psalm issues and tests in Reactor #1002

Fix Reactor tests
0e95b00
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2023 in 1s

89.41% (target 80.00%)

View this Pull Request on Codecov

89.41% (target 80.00%)

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (4376d23) 89.41% compared to head (0e95b00) 89.41%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1002   +/-   ##
=========================================
  Coverage     89.41%   89.41%           
  Complexity     6119     6119           
=========================================
  Files           810      810           
  Lines         17303    17303           
=========================================
  Hits          15471    15471           
  Misses         1832     1832           
Files Coverage Δ
src/Reactor/src/AbstractDeclaration.php 100.00% <ø> (ø)
src/Reactor/src/ClassDeclaration.php 100.00% <ø> (ø)
src/Reactor/src/EnumDeclaration.php 100.00% <ø> (ø)
src/Reactor/src/InterfaceDeclaration.php 100.00% <ø> (ø)
src/Reactor/src/Partial/Parameter.php 100.00% <ø> (ø)
src/Reactor/src/Partial/PromotedParameter.php 77.77% <ø> (ø)
src/Reactor/src/TraitDeclaration.php 54.54% <ø> (ø)
src/Reactor/src/Traits/TraitsAware.php 50.00% <100.00%> (ø)

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