Closed h1alexbel closed 8 months ago
Attention: Patch coverage is 0%
with 9 lines
in your changes are missing coverage. Please review.
Project coverage is 26.02%. Comparing base (
c213ca5
) to head (3a27676
). Report is 4 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
...ain/java/git/tracehub/codereview/action/Entry.java | 0.00% | 6 Missing :warning: |
...t/tracehub/codereview/action/github/GhRequest.java | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@rultor release, tag is 0.0.7
ref #2
PR-Codex overview
This PR increases code coverage minimum, adds a required constructor annotation, and optimizes GitHub API requests.
Detailed summary
pom.xml
@RequiredArgsConstructor
annotation inGhRequest.java
GhRequest
initialization in multiple files