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: additionally remove volumes by default on compose down #381

Merged
merged 1 commit into from
Dec 3, 2021

Conversation

peter-evans
Copy link
Contributor

Following the discussion here this PR adds removal of volumes by default to the compose Down() method.

Copy link
Collaborator

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @peter-evans here! Thanks for your time contributing to the library :)

@codecov
Copy link

codecov bot commented Nov 16, 2021

Codecov Report

Merging #381 (4bb8975) into master (4b5710b) will decrease coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
- Coverage   62.09%   61.90%   -0.20%     
==========================================
  Files          15       15              
  Lines        1042     1042              
==========================================
- Hits          647      645       -2     
- Misses        293      294       +1     
- Partials      102      103       +1     
Impacted Files Coverage Δ
compose.go 74.62% <100.00%> (ø)
wait/http.go 59.37% <0.00%> (-2.09%) ⬇️
docker.go 64.50% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b5710b...4bb8975. Read the comment docs.

@mdelapenya mdelapenya added the feature New functionality or new behaviors on the existing one label Dec 3, 2021
@mdelapenya mdelapenya self-assigned this Dec 3, 2021
@mdelapenya mdelapenya merged commit 02a0f97 into testcontainers:master Dec 3, 2021
@mdelapenya
Copy link
Collaborator

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality or new behaviors on the existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants