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

chore: Added WorkflowTemplate test #1989

Merged
merged 5 commits into from
Jan 15, 2020

Conversation

simster7
Copy link
Member

@simster7 simster7 commented Jan 15, 2020

Fixes #1953

This was referenced Jan 15, 2020
@codecov
Copy link

codecov bot commented Jan 15, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@14d5803). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14d5803...e0864e4. Read the comment docs.

@simster7 simster7 requested a review from alexec January 15, 2020 20:22
Copy link
Contributor

@alexec alexec left a 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")
Copy link
Contributor

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?

@simster7 simster7 merged commit 732e03b into argoproj:master Jan 15, 2020
@simster7 simster7 deleted the wftmpl-test-master branch January 15, 2020 21:47
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.

Create smoke and complete API tests for workflow templates
2 participants