-
Notifications
You must be signed in to change notification settings - Fork 13
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 CodeIssue check type #470
Conversation
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.
Lots of issues with this one. Let me know if you want to sit down and chat through it.
check_test.go
Outdated
"severity": []string{"sev1", "sev2"}, | ||
}), | ||
}, | ||
"UpdateCodeIssue": { |
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.
I think we'll want to throw a few more "update" test cases in here to ensure it generates the right input for a few of these optional fields. maxAllowed
, resolutionTime
etc etc
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.
If the extra tests are too tricky to write correctly because of API validation - then this is 👍
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.
Heafty but good work!!
Resolves #504
Added CodeIssue check and update check tests to be more robust
Problem
Solution
Checklist