jelmini commented on PR #800: URL: https://github.com/apache/jackrabbit-oak/pull/800#issuecomment-1362050435
This new SonarCloud check is failing the build because of not enough coverage (<80%) for the modified classes. For example Sonar considers that `AbstractRemoteSegmentArchiveWriter` has 0% coverage, which is true in the context of the `oak-segment-remote` module where it's declared. However, tests in `oak-segment-azure` are exercising a sub-class of `AbstractRemoteSegmentArchiveWriter`, which indirectly cover it with a 94% line coverage... Because Sonar only computes coverage at the module level and not at the project level, it seems that we are forced to add tests to `AbstractRemoteSegmentArchiveWriter` in `oak-segment-remote` to make it happy... Or, is there a way to bypass this check? -- 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]
