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

Support ctrl-c during tagging and cache checking #1796

Merged

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Mar 14, 2019

Without this code, skaffold build can only be
interrupted during the actual image building.

Signed-off-by: David Gageot david@gageot.net

Without this code, `skaffold build` can only be
interrupted during the actual image building.

Signed-off-by: David Gageot <david@gageot.net>
@codecov-io
Copy link

codecov-io commented Mar 14, 2019

Codecov Report

Merging #1796 into master will decrease coverage by <.01%.
The diff coverage is 75.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1796      +/-   ##
==========================================
- Coverage   46.08%   46.07%   -0.01%     
==========================================
  Files         142      142              
  Lines        6577     6587      +10     
==========================================
+ Hits         3031     3035       +4     
- Misses       3243     3248       +5     
- Partials      303      304       +1
Impacted Files Coverage Δ
pkg/skaffold/runner/runner.go 60.09% <62.5%> (-0.76%) ⬇️
pkg/skaffold/build/cache/retrieve.go 86.92% <88.23%> (-1.18%) ⬇️

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 89c4c79...0f3664c. Read the comment docs.

@dgageot dgageot merged commit f58be2a into GoogleContainerTools:master Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants