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

Handle pointers in profile overlay #1693

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

priyawadhwa
Copy link
Contributor

Return original values, or values in profile, upon encoutering a
pointer. This should fix a warning generated by the new
*ExecutionEnvironment pointer in the BuildConfig. Also adds unit tests
to check this functionality.

Fixes #1688

Return original values, or values in profile, upon encoutering a
pointer. This should fix a warning generated by the new
*ExecutionEnvironment pointer in the BuildConfig. Also adds unit tests
to check this functionality.

Fixes GoogleContainerTools#1688
@codecov-io
Copy link

codecov-io commented Feb 25, 2019

Codecov Report

Merging #1693 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1693      +/-   ##
==========================================
- Coverage   46.54%   46.52%   -0.02%     
==========================================
  Files         125      125              
  Lines        5657     5661       +4     
==========================================
+ Hits         2633     2634       +1     
- Misses       2751     2754       +3     
  Partials      273      273
Impacted Files Coverage Δ
pkg/skaffold/schema/profiles.go 91.6% <100%> (-2.1%) ⬇️

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 3039001...3004d1f. Read the comment docs.

@dgageot dgageot merged commit 85f46a7 into GoogleContainerTools:master Feb 26, 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.

Activating a profile triggers a warning
4 participants