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

code coverage runtime plugin #181

Merged
merged 10 commits into from
Dec 5, 2024
Merged

code coverage runtime plugin #181

merged 10 commits into from
Dec 5, 2024

Conversation

brig
Copy link
Contributor

@brig brig commented Dec 1, 2024

Screenshot 2024-11-30 at 21 17 06

@brig brig requested a review from a team December 1, 2024 02:17
@brig brig added the need docs Documentation required label Dec 1, 2024
@brig
Copy link
Contributor Author

brig commented Dec 1, 2024

docs: walmartlabs/concord-website#177

@brig brig removed the need docs Documentation required label Dec 1, 2024
Copy link
Collaborator

@ibodrov ibodrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some notes, didn't try running it yet.

@JsonIgnoreProperties(ignoreUnknown = true)
@JsonSerialize(as = ImmutableStepInfo.class)
@JsonDeserialize(as = ImmutableStepInfo.class)
public interface StepInfo {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe StepInfo can be a record?
The builder is used only in one place and can be replaced with a static builder method or a constructor.
Minus one dependency and a build step. :-)

ibodrov
ibodrov previously approved these changes Dec 4, 2024
Copy link
Collaborator

@ibodrov ibodrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of minor comments, docs and the README need another pass. Otherwise LGTM.

@ibodrov ibodrov force-pushed the brig/code-coverage branch from 656f538 to f4e2b76 Compare December 5, 2024 14:08
@ibodrov ibodrov merged commit dac0044 into master Dec 5, 2024
1 check passed
@ibodrov ibodrov deleted the brig/code-coverage branch December 5, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants