-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add missing tests for build/sequence.go #1575
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
Add missing tests for build/sequence.go #1575
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks!
pkg/skaffold/build/sequence_test.go
Outdated
} | ||
tagger := &MockTagger{Out: ""} | ||
|
||
got, err := InParallel(context.Background(), out, tagger, artifacts, test.buildArtifact) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be InSequence?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 good catch
There was a problem hiding this comment.
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!
5b11ebd
to
93ad2eb
Compare
Added tests for build/sequence.go! Thanks! 👍