tracehubpm / code-review-action

Quality of Code Review Checker, plugin it as GitHub Action
MIT License
7 stars 2 forks source link

85 #99

Closed l3r8yJ closed 6 months ago

l3r8yJ commented 6 months ago

closes #85


PR-Codex overview

This PR adds license headers to files, introduces a PullRequestExtension for testing, and implements SkipIfMentioned to skip PRs based on authors.

Detailed summary

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

l3r8yJ commented 6 months ago

@h1alexbel take a look, please

l3r8yJ commented 6 months ago

@h1alexbel fixed, take a look, please

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.70%. Comparing base (09ff5df) to head (7421069).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ============================================ + Coverage 59.76% 60.70% +0.93% - Complexity 50 53 +3 ============================================ Files 26 27 +1 Lines 251 257 +6 Branches 5 6 +1 ============================================ + Hits 150 156 +6 Misses 98 98 Partials 3 3 ```

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

l3r8yJ commented 6 months ago

@h1alexbel added

h1alexbel commented 6 months ago

@l3r8yJ thanks!