phanxipang / fansipan

A simple package that allows you to write your API integrations or SDKs in a elegant way.
https://phanxipang.github.io/fansipan
MIT License
81 stars 2 forks source link

Optimize retry #9

Closed jenky closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #9 (4b3c15a) into main (2ec403e) will decrease coverage by 0.60%. The diff coverage is 100.00%.

:exclamation: Current head 4b3c15a differs from pull request most recent head 6a353c9. Consider uploading reports for the commit 6a353c9 to get more accurate results

@@             Coverage Diff              @@
##               main       #9      +/-   ##
============================================
- Coverage     69.47%   68.87%   -0.60%     
+ Complexity      315      305      -10     
============================================
  Files            32       31       -1     
  Lines           724      694      -30     
============================================
- Hits            503      478      -25     
+ Misses          221      216       -5     
Impacted Files Coverage Δ
src/PendingRequest.php 100.00% <ø> (ø)
src/Traits/HasClient.php 100.00% <ø> (ø)
src/Middleware/Interceptor.php 100.00% <100.00%> (ø)
src/Middleware/RetryRequest.php 84.00% <100.00%> (+7.80%) :arrow_up:
src/Request.php 96.66% <100.00%> (ø)
src/RequestCollectionProxy.php 57.14% <100.00%> (ø)
src/Traits/ConnectorTrait.php 100.00% <100.00%> (ø)
src/Traits/Retryable.php 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more