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: [#519] Save container to a temp file #721

Merged
merged 34 commits into from
Nov 17, 2024

solve AI

4692896
Select commit
Loading
Failed to load commit list.
Merged

feat: [#519] Save container to a temp file #721

solve AI
4692896
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 16, 2024 in 0s

69.72% (-0.02%) compared to 7b133e1

View this Pull Request on Codecov

69.72% (-0.02%) compared to 7b133e1

Details

Codecov Report

Attention: Patch coverage is 60.35242% with 180 lines in your changes missing coverage. Please review.

Project coverage is 69.72%. Comparing base (7b133e1) to head (4692896).

Files with missing lines Patch % Lines
support/docker/container_manager.go 63.23% 35 Missing and 15 partials ⚠️
support/env/env.go 29.54% 28 Missing and 3 partials ⚠️
support/docker/postgres.go 64.81% 13 Missing and 6 partials ⚠️
support/docker/mysql.go 70.37% 12 Missing and 4 partials ⚠️
database/gorm/test_utils.go 72.54% 7 Missing and 7 partials ⚠️
support/docker/docker.go 54.83% 11 Missing and 3 partials ⚠️
support/docker/sqlite.go 47.82% 7 Missing and 5 partials ⚠️
support/docker/sqlserver.go 71.42% 6 Missing and 6 partials ⚠️
support/docker/utils.go 40.00% 4 Missing and 2 partials ⚠️
testing/docker/database.go 25.00% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #721      +/-   ##
==========================================
- Coverage   69.73%   69.72%   -0.02%     
==========================================
  Files         202      202              
  Lines       15875    16107     +232     
==========================================
+ Hits        11071    11230     +159     
- Misses       4201     4242      +41     
- Partials      603      635      +32     

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