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

add proxy generators #10

Merged
merged 2 commits into from
Aug 16, 2023

add tests

ae4f4ba
Select commit
Loading
Failed to load commit list.
Merged

add proxy generators #10

add tests
ae4f4ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 16, 2023 in 1s

34.76% (+2.99%) compared to d323389

View this Pull Request on Codecov

34.76% (+2.99%) compared to d323389

Details

Codecov Report

Patch coverage: 86.02% and project coverage change: +2.99% 🎉

Comparison is base (d323389) 31.77% compared to head (ae4f4ba) 34.76%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #10      +/-   ##
============================================
+ Coverage     31.77%   34.76%   +2.99%     
- Complexity      796      826      +30     
============================================
  Files            71       75       +4     
  Lines          2433     2557     +124     
============================================
+ Hits            773      889     +116     
- Misses         1660     1668       +8     
Files Changed Coverage Δ
src/OrchestrationContext.php 64.97% <0.00%> (+2.58%) ⬆️
src/Proxy/Generator.php 65.30% <65.30%> (ø)
src/Proxy/ClientProxy.php 100.00% <100.00%> (ø)
src/Proxy/ImpureException.php 100.00% <100.00%> (ø)
src/Proxy/OrchestratorProxy.php 100.00% <100.00%> (ø)
src/State/OrchestrationHistory.php 76.74% <100.00%> (+0.18%) ⬆️

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