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

Fix 4748: Panic with skaffold dev #4750

Merged
merged 2 commits into from
Sep 1, 2020

Conversation

gsquared94
Copy link
Contributor

Fixes #4748
The polling trigger that was being set up as a fallback wasn't getting initialized properly. Also covered the function in a testcase.

@gsquared94 gsquared94 requested a review from a team as a code owner September 1, 2020 07:11
@gsquared94 gsquared94 changed the title Fix 4748 Fix 4748: Panic with skaffold dev Sep 1, 2020
@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #4750 into master will increase coverage by 0.27%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4750      +/-   ##
==========================================
+ Coverage   73.42%   73.70%   +0.27%     
==========================================
  Files         345      345              
  Lines       13755    13757       +2     
==========================================
+ Hits        10100    10139      +39     
+ Misses       3022     2982      -40     
- Partials      633      636       +3     
Impacted Files Coverage Δ
pkg/skaffold/trigger/triggers.go 68.64% <75.00%> (+30.71%) ⬆️
pkg/skaffold/trigger/workdir.go 33.33% <0.00%> (+33.33%) ⬆️

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 374326b...5d606dd. Read the comment docs.

@nkubala nkubala merged commit 76c1547 into GoogleContainerTools:master Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic with skaffold dev in 1.13.2
3 participants