Closed alexintech closed 1 month ago
Attention: Patch coverage is 94.73684%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 94.73%. Comparing base (
17371fe
) to head (fc704ae
). Report is 17 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/reporter/gitlab.go | 94.73% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
- get all existing comments using pagination
Can you split this into a dedicated commit so it's easier to review changes in this PR please?
- get all existing comments using pagination
Can you split this into a dedicated commit so it's easier to review changes in this PR please?
sure, done.
This pull request fixes some issues with GitLab Reporter:
new_line=0,old_line=0
if comment should be created on unmodified line that doesn't exist in the diffAdded extra tests for different cases for creating comments in GitLab.