ppkarwasz commented on PR #422: URL: https://github.com/apache/commons-release-plugin/pull/422#issuecomment-4434587007
@garydgregory I've added tests that specifically exercise the serialization models with `serialize`/`deserialize` and `deserialize`/`serialize` round-trips, in b45f2edfa2ba306e61465b5d3567b6761415daa9 and 482a44556860f62d1935ba53d25153443630d861. These confirm that the Jackson models carry all the necessary fields and don't lose data in either direction. With those in place, I think coverage on this PR is in good shape: - **Main classes:** ~90% line coverage on average. - **DTOs:** ~80% line coverage on average. Let me know if there's a specific area you'd like me to push further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
