tracehubpm / tracehub

Tracehub and Project as a Code, a VCS-based collaboration tool
MIT License
5 stars 0 forks source link

TkGitHub: ProjectValidation, ErrorsCase #94

Closed h1alexbel closed 5 months ago

h1alexbel commented 5 months ago

closes #69 closes #66


PR-Codex overview

This PR focuses on adding new functionalities and fixing formatting issues.

Detailed summary

The following files were skipped due to too many changes: src/test/java/git/tracehub/validation/ProjectValidationTest.java, src/main/java/git/tracehub/tk/TkGitHub.java

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

h1alexbel commented 5 months ago

@rultor merge

codecov[bot] commented 5 months ago

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (14aa5e6) 67.18% compared to head (d338460) 70.95%. Report is 11 commits behind head on master.

Files Patch % Lines
src/main/java/git/tracehub/tk/TkGitHub.java 0.00% 11 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #94 +/- ## ============================================ + Coverage 67.18% 70.95% +3.77% - Complexity 81 87 +6 ============================================ Files 29 31 +2 Lines 323 334 +11 Branches 19 19 ============================================ + Hits 217 237 +20 + Misses 99 90 -9 Partials 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rultor commented 5 months ago

@rultor merge

@h1alexbel Can't merge it. Some CI checks were failed. Apparently, the pull request is not ready to be merged since it has some problems. Please, fix them first.

h1alexbel commented 5 months ago

For now tests for TkGitHub.java are disabled, lets try to resolve it ASAP; puzzle: https://github.com/tracehubpm/tracehub/issues/57