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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing tests for build/sequence.go #1575

Merged

Conversation

shuheiktgw
Copy link
Contributor

Added tests for build/sequence.go! Thanks! 馃憤

@codecov-io
Copy link

codecov-io commented Feb 1, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1575      +/-   ##
==========================================
+ Coverage   46.51%   46.74%   +0.23%     
==========================================
  Files         118      118              
  Lines        5044     5044              
==========================================
+ Hits         2346     2358      +12     
+ Misses       2464     2452      -12     
  Partials      234      234
Impacted Files Coverage 螖
pkg/skaffold/build/sequence.go 100% <0%> (+100%) 猬嗭笍

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 f5dbcb3...93ad2eb. Read the comment docs.

Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

nice, thanks!

}
tagger := &MockTagger{Out: ""}

got, err := InParallel(context.Background(), out, tagger, artifacts, test.buildArtifact)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should it be InSequence?

Copy link
Contributor

Choose a reason for hiding this comment

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

馃憖 good catch

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry for a horrible mistake..., I fixed it!

@balopat balopat added the kokoro:run runs the kokoro jobs on a PR label Feb 5, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Feb 5, 2019
@dgageot dgageot merged commit bb700a0 into GoogleContainerTools:master Feb 5, 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.

None yet

7 participants