Skip to content

Handle pointers in profile overlay#1693

Merged
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
priyawadhwa:profilebug
Feb 26, 2019
Merged

Handle pointers in profile overlay#1693
dgageot merged 1 commit intoGoogleContainerTools:masterfrom
priyawadhwa:profilebug

Conversation

@priyawadhwa
Copy link
Copy Markdown
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
Copy Markdown

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