-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: Added WorkflowTemplate test #1989
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1989 +/- ##
========================================
Coverage ? 8.88%
========================================
Files ? 53
Lines ? 33608
Branches ? 0
========================================
Hits ? 2985
Misses ? 30233
Partials ? 390 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.
Only one comment about the text printed by the CLI.
@@ -50,7 +51,7 @@ func NewLintCommand() *cobra.Command { | |||
if err != nil { | |||
log.Fatal(err) | |||
} | |||
fmt.Printf("Workflow manifests validated\n") | |||
fmt.Printf("WorkflowTemplate manifests validated\n") |
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.
why WorkflowTemplate
rather than just Workflow template
?
Fixes #1953