-
Notifications
You must be signed in to change notification settings - Fork 748
Fix export of list attributes with custom Stapler converters #2789
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
Draft
somiljain2006
wants to merge
17
commits into
jenkinsci:master
Choose a base branch
from
somiljain2006:List-converter-fix
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+506
−2
Draft
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
04d7098
Fix export of list attributes with custom Stapler converters
somiljain2006 fbd5282
Improve code coverage by addming more tests
somiljain2006 d170186
Remove unnecessary additions
somiljain2006 1125720
Added more tests
somiljain2006 164cfd7
Fixed formatting errors
somiljain2006 45cc362
Remove unused code
somiljain2006 1be85e6
Remove unused annotations
somiljain2006 2b860c0
Remove unreachable code
somiljain2006 c2ec615
Added brancket in if condition
somiljain2006 073d56f
Increase code coverage
somiljain2006 7ac085a
Added more tests
somiljain2006 d2a0cdf
Added code coverage focused test
somiljain2006 7873454
Added more tests
somiljain2006 ddfe528
Added more tests
somiljain2006 f323bdb
Deleted some duplicacy
somiljain2006 5eab1ff
Merge branch 'master' into List-converter-fix
somiljain2006 8c91784
Remove dead codes
somiljain2006 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
no coverage of this.
Can you please run the coverage locally?
here's a screenshot of the current state:

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.
Yeah, I'm working on adding tests to get those exact lines covered, and thanks for sharing that local coverage command that is going to make testing this locally much easier