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 timeout server configurations to action execution #5935

Merged
merged 10 commits into from
Sep 19, 2024

Add retry count server configurations and add test cases

a8fffd8
Select commit
Loading
Failed to load commit list.
Merged

Add timeout server configurations to action execution #5935

Add retry count server configurations and add test cases
a8fffd8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 19, 2024 in 0s

21.11% (+0.04%) compared to 6b94bf9

View this Pull Request on Codecov

21.11% (+0.04%) compared to 6b94bf9

Details

Codecov Report

Attention: Patch coverage is 91.17647% with 3 lines in your changes missing coverage. Please review.

Project coverage is 21.11%. Comparing base (6b94bf9) to head (a8fffd8).
Report is 66 commits behind head on master.

Files with missing lines Patch % Lines
...ty/action/execution/util/ActionExecutorConfig.java 89.65% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5935      +/-   ##
============================================
+ Coverage     21.07%   21.11%   +0.04%     
- Complexity     5626     5642      +16     
============================================
  Files          1561     1561              
  Lines         99202    99234      +32     
  Branches      15189    15185       -4     
============================================
+ Hits          20904    20953      +49     
+ Misses        75277    75257      -20     
- Partials       3021     3024       +3     

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