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

revert back to Errcode #4112

Merged
merged 2 commits into from
May 5, 2020
Merged

Conversation

tejal29
Copy link
Contributor

@tejal29 tejal29 commented May 5, 2020

In #4037, I renamed ErrCode to StatusCode. However, in follow PR for IDE @kschaab pointed out this will be backward compatible change
https://github.com/GoogleCloudPlatform/cloud-code-vscode-internal/pull/2348

@codecov
Copy link

codecov bot commented May 5, 2020

Codecov Report

Merging #4112 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
pkg/skaffold/event/event.go 93.69% <100.00%> (ø)
...affold/kubernetes/portforward/kubectl_forwarder.go 65.85% <0.00%> (-2.44%) ⬇️

@@ -45,7 +45,7 @@ func (r Resource) String() string {

// NewResource creates new Resource of kind
func NewResource(namespace, kind, name string, status Status, err error, statusCode proto.StatusCode) Resource {
return Resource{namespace: namespace, kind: kind, name: name, status: status, err: err, StatusCode: statu2457sCode}
return Resource{namespace: namespace, kind: kind, name: name, status: status, err: err, StatusCode: statusCode}
Copy link
Contributor

Choose a reason for hiding this comment

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

LOL

@tejal29 tejal29 merged commit e48c26b into GoogleContainerTools:master May 5, 2020
@tejal29 tejal29 deleted the fix_proto_2 branch April 15, 2021 07:34
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.

4 participants