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

Move structure tests out of getting-started example #1220

Merged
merged 2 commits into from
Oct 31, 2018

Conversation

nkubala
Copy link
Contributor

@nkubala nkubala commented Oct 29, 2018

Fixes #1154 and #1157

@codecov-io
Copy link

codecov-io commented Oct 29, 2018

Codecov Report

Merging #1220 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1220      +/-   ##
==========================================
+ Coverage   41.41%   41.49%   +0.08%     
==========================================
  Files          95       95              
  Lines        4233     4234       +1     
==========================================
+ Hits         1753     1757       +4     
+ Misses       2309     2307       -2     
+ Partials      171      170       -1
Impacted Files Coverage Δ
pkg/skaffold/kubernetes/port_forward.go 37.63% <0%> (+0.67%) ⬆️
pkg/skaffold/schema/versions.go 64.86% <0%> (+8.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 1731195...036ecc5. Read the comment docs.

Copy link
Contributor

@balopat balopat left a comment

Choose a reason for hiding this comment

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

  1. I think in this case - as it's not an api related change - we should implement the change in both places of the examples - in the /examples folders as well, not only in the integration/examples folder.
  2. kokoro failed

@nkubala nkubala dismissed balopat’s stale review October 31, 2018 20:58

addressed both of your concerns

Copy link
Contributor

@balopat balopat left a comment

Choose a reason for hiding this comment

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

LGTM

@nkubala nkubala merged commit 7794cd0 into GoogleContainerTools:master Oct 31, 2018
@nkubala nkubala deleted the structure-test-example branch October 31, 2018 21:41
@@ -0,0 +1 @@
/usr/local/google/home/nkubala/.cache/bazel/_bazel_nkubala/0b5f2432d049b24dd37a3f57ec8ef151/execroot/skaffold/bazel-out/k8-fastbuild/genfiles
Copy link
Contributor

Choose a reason for hiding this comment

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

integration/examples/bazel/bazel-* should be added to the gitignore and not checked in

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks for catching that!! I'll remove those.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😨 thanks @r2d4

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks for being the only person to actually run the integration tests locally :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants