Closed o-kopysov closed 1 month ago
Attention: Patch coverage is 98.86364%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 93.81%. Comparing base (
7c0e849
) to head (78e1dd4
).
Files with missing lines | Patch % | Lines |
---|---|---|
...java/com/lpvs/entity/report/LPVSReportBuilder.java | 98.86% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'd recommend to split changes to '/test' and '/src'. For one commit - it is huge change.
Tests will fail in case of changes in src/ Why do we need PR with a failed build check?
I'd recommend to split changes to '/test' and '/src'. For one commit - it is huge change.
Tests will fail in case of changes in src/ Why do we need PR with a failed build check?
test will fail if different PR's used. I mean - one commit for source another commit for tests.
I'd recommend to split changes to '/test' and '/src'. For one commit - it is huge change.
Tests will fail in case of changes in src/ Why do we need PR with a failed build check?
test will fail if different PR's used. I mean - one commit for source another commit for tests.
What is the benefit of using such an approach? The reviewer has to review the final code, not the sequence of commits.
I'd recommend to split changes to '/test' and '/src'. For one commit - it is huge change.
Tests will fail in case of changes in src/ Why do we need PR with a failed build check?
test will fail if different PR's used. I mean - one commit for source another commit for tests.
What is the benefit of using such an approach? The reviewer has to review the final code, not the sequence of commits.
it's just recommendation to simplify review. 140+ line in single commit including both source and test (I understand that it is fix) is huge.
I'd recommend to split changes to '/test' and '/src'. For one commit - it is huge change.
Tests will fail in case of changes in src/ Why do we need PR with a failed build check?
test will fail if different PR's used. I mean - one commit for source another commit for tests.
What is the benefit of using such an approach? The reviewer has to review the final code, not the sequence of commits.
it's just recommendation to simplify review. 140+ line in single commit including both source and test (I understand that it is fix) is huge.
According to all recommendations that I found, the pull request size is recommended to be less than 200 lines. Still, I don't understand why I need to split changes into several commits if the reviewer checks the final change, not the intermediate changes made in commits.
I'd recommend to split changes to '/test' and '/src'. For one commit - it is huge change.
Tests will fail in case of changes in src/ Why do we need PR with a failed build check?
test will fail if different PR's used. I mean - one commit for source another commit for tests.
What is the benefit of using such an approach? The reviewer has to review the final code, not the sequence of commits.
it's just recommendation to simplify review. 140+ line in single commit including both source and test (I understand that it is fix) is huge.
According to all recommendations that I found, the pull request size is recommended to be less than 200 lines. Still, I don't understand why I need to split changes into several commits if the reviewer checks the final change, not the intermediate changes made in commits.
ok. Let's move this conversation out of this scope.
Pull Request
Description
Current PR contains improvement of the overall report layout and some template fixes.
Type of change
Please delete options that are not relevant.
Testing
Local tests passed.
Checklist: