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

feat: change docker compose using docker api sdk #72

Merged
merged 1 commit into from
Sep 30, 2024

feat: change docker compose using docker api sdk (#72)

6eee015
Select commit
Loading
Failed to load commit list.
Merged

feat: change docker compose using docker api sdk #72

feat: change docker compose using docker api sdk (#72)
6eee015
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2024 in 0s

49.08% (+12.38%) compared to b0fefd8

View this Pull Request on Codecov

49.08% (+12.38%) compared to b0fefd8

Details

Codecov Report

Attention: Patch coverage is 68.49490% with 247 lines in your changes missing coverage. Please review.

Project coverage is 49.08%. Comparing base (b0fefd8) to head (6eee015).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
common/docker/client_image.go 59.57% 52 Missing and 24 partials ⚠️
common/docker/client.go 40.00% 43 Missing and 11 partials ⚠️
common/docker/client_container.go 65.51% 19 Missing and 11 partials ⚠️
cmd/world/evm/start.go 70.73% 5 Missing and 7 partials ⚠️
cmd/world/evm/stop.go 0.00% 9 Missing ⚠️
common/docker/client_volume.go 73.33% 4 Missing and 4 partials ⚠️
common/docker/service/evm.go 78.94% 4 Missing and 4 partials ⚠️
common/docker/client_util.go 68.18% 4 Missing and 3 partials ⚠️
common/docker/service/cardinal.go 85.10% 5 Missing and 2 partials ⚠️
common/docker/service/service.go 66.66% 4 Missing and 3 partials ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #72       +/-   ##
===========================================
+ Coverage   36.70%   49.08%   +12.38%     
===========================================
  Files          40       52       +12     
  Lines        1749     2357      +608     
===========================================
+ Hits          642     1157      +515     
- Misses        980      997       +17     
- Partials      127      203       +76     

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