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

misspell #60

Merged
merged 7 commits into from
Apr 17, 2018
Merged

misspell #60

merged 7 commits into from
Apr 17, 2018

Conversation

chemidy
Copy link
Contributor

@chemidy chemidy commented Apr 16, 2018

fix typo

chemidy added 6 commits April 16, 2018 20:10
fix typo
add  err != nil test + fix typo
Copy link
Owner

@izumin5210 izumin5210 left a comment

Choose a reason for hiding this comment

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

thx for your PR 👍 👍

@@ -128,6 +128,10 @@ func Test_Script(t *testing.T) {
if got, want := exec.dir, "/home/app"; got != want {
t.Errorf("Run() executed a command in %v, want %v", got, want)
}

Copy link
Owner

Choose a reason for hiding this comment

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

Trailing space is here 👀
Can you remove it?

remove Trailing space
@codecov-io
Copy link

Codecov Report

Merging #60 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   49.12%   49.12%           
=======================================
  Files          36       36           
  Lines        1321     1321           
=======================================
  Hits          649      649           
  Misses        624      624           
  Partials       48       48
Impacted Files Coverage Δ
pkg/grapiserver/mux.go 100% <ø> (ø) ⬆️
pkg/grapicmd/cmd/build.go 0% <0%> (ø) ⬆️
pkg/grapicmd/cmd/generate.go 0% <0%> (ø) ⬆️
pkg/grapicmd/cmd/protoc.go 0% <0%> (ø) ⬆️
pkg/grapicmd/cmd/destroy.go 0% <0%> (ø) ⬆️

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 64ddfc9...367922d. Read the comment docs.

Copy link
Owner

@izumin5210 izumin5210 left a comment

Choose a reason for hiding this comment

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

Looks Good 🎉
thanks!!

@izumin5210 izumin5210 merged commit 3b1f42c into izumin5210:master Apr 17, 2018
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.

3 participants