-
Notifications
You must be signed in to change notification settings - Fork 257
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
[JENKINS-70464] Test AddEmbeddableBadgeConfigStep
#244
Conversation
AddEmbeddableBadgeConfigStepTest.java
AddEmbeddableBadgeConfigStepTest.java
@MarkEWaite added a test case to improve code coverage. |
Very good. That's a nice step. There are some things that can improve in your development process. The plugin uses automated source code formatting so that source code formatting differences do not distract maintainers when reviewing proposed code changes. Your pull request has not been formatted with the automated source code formatter. That indicates you did not run the command Before submitting a pull request, it is a good practice to run Run the command A little more info about source formatting is in the contributing guide. |
@MarkEWaite Thanks for pointing out this important aspect. |
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.
Thanks! This is a great start. Would love to have additional pull requests that further improve the test coverage.
AddEmbeddableBadgeConfigStepTest.java
AddEmbeddableBadgeConfigStep
@MarkEWaite Yes, I will try to my best knowledge. |
In response #114,
Testing done
AddEmbeddableBadgeConfigStepTest.java
After changes, test coverage stands as shown below
Submitter checklist