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

Refactor Docker Compose version detection to predictably pick v2 only if v1 is not available #16793

Merged
merged 1 commit into from
Dec 6, 2024

Refactor Docker Compose version detection to predictably pick v2 only…

c3b5e30
Select commit
Loading
Failed to load commit list.
Merged

Refactor Docker Compose version detection to predictably pick v2 only if v1 is not available #16793

Refactor Docker Compose version detection to predictably pick v2 only…
c3b5e30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

72.11% (target 70.00%)

View this Pull Request on Codecov

72.11% (target 70.00%)

Details

Codecov Report

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

Project coverage is 72.11%. Comparing base (42dc22e) to head (c3b5e30).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...opensearch/gradle/docker/DockerSupportService.java 0.00% 17 Missing ⚠️
...search/gradle/testfixtures/TestFixturesPlugin.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16793      +/-   ##
============================================
+ Coverage     72.05%   72.11%   +0.06%     
- Complexity    65183    65206      +23     
============================================
  Files          5318     5318              
  Lines        303993   303996       +3     
  Branches      43990    43991       +1     
============================================
+ Hits         219028   219213     +185     
+ Misses        67046    66873     -173     
+ Partials      17919    17910       -9     

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