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 support for docker compose v2 in TestFixturesPlugin #16049

Merged
merged 5 commits into from
Sep 24, 2024

Update CHANGELOG text

4b6ecf8
Select commit
Loading
Failed to load commit list.
Merged

Add support for docker compose v2 in TestFixturesPlugin #16049

Update CHANGELOG text
4b6ecf8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

71.89% (target 70.00%)

View this Pull Request on Codecov

71.89% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.89%. Comparing base (2b670cc) to head (4b6ecf8).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...search/gradle/testfixtures/TestFixturesPlugin.java 0.00% 6 Missing ⚠️
...opensearch/gradle/docker/DockerSupportService.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16049      +/-   ##
============================================
- Coverage     71.99%   71.89%   -0.11%     
+ Complexity    64408    64362      -46     
============================================
  Files          5281     5281              
  Lines        301003   301010       +7     
  Branches      43483    43486       +3     
============================================
- Hits         216721   216413     -308     
- Misses        66522    66798     +276     
- Partials      17760    17799      +39     

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