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

Handle upload order requests that are stuck in 'processing' state #10

Merged
merged 1 commit into from
Nov 18, 2024

Handle upload order requests that are stuck in 'processing' state

b62c265
Select commit
Loading
Failed to load commit list.
Merged

Handle upload order requests that are stuck in 'processing' state #10

Handle upload order requests that are stuck in 'processing' state
b62c265
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 18, 2024 in 0s

34.30% (-1.48%) compared to 69e4f4d

View this Pull Request on Codecov

34.30% (-1.48%) compared to 69e4f4d

Details

Codecov Report

Attention: Patch coverage is 0% with 59 lines in your changes missing coverage. Please review.

Project coverage is 34.30%. Comparing base (69e4f4d) to head (b62c265).

Files with missing lines Patch % Lines
src/Provider/FailedUploadOrderRequestsProvider.php 0.00% 12 Missing ⚠️
...er/Workflow/UploadOrderRequest/RetrySubscriber.php 0.00% 10 Missing ⚠️
src/Model/UploadOrderRequest.php 0.00% 10 Missing ⚠️
...rc/Processor/FailedUploadOrderRequestProcessor.php 0.00% 10 Missing ⚠️
...ow/UploadOrderRequest/IncrementTriesSubscriber.php 0.00% 6 Missing ⚠️
...flow/UploadOrderRequest/StateUpdatedSubscriber.php 0.00% 6 Missing ⚠️
src/Command/ProcessUploadOrderRequestsCommand.php 0.00% 2 Missing ⚠️
...ledUploadOrderRequestsQueryBuilderCreatedEvent.php 0.00% 2 Missing ⚠️
src/Processor/UploadOrderRequestProcessor.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #10      +/-   ##
============================================
- Coverage     35.77%   34.30%   -1.48%     
- Complexity      350      371      +21     
============================================
  Files            72       78       +6     
  Lines          1322     1379      +57     
============================================
  Hits            473      473              
- Misses          849      906      +57     

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