Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GPT-based code review #11

Closed
wants to merge 5 commits into from
Closed

Add GPT-based code review #11

wants to merge 5 commits into from

Conversation

cicdguy
Copy link
Contributor

@cicdguy cicdguy commented Nov 16, 2023

Adds a GPT-based code review workflow for PRs.

Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
@cicdguy cicdguy self-assigned this Nov 16, 2023
@cicdguy cicdguy requested a review from a team as a code owner November 16, 2023 15:44
Copy link

github-actions bot commented Nov 16, 2023

Unit Tests Summary

8 tests   8 ✔️  0s ⏱️
2 suites  0 💤
1 files    0

Results for commit 5f1c07f.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 16, 2023

badge

Code Coverage Summary

Filename            Stmts    Miss  Cover    Missing
----------------  -------  ------  -------  ---------------------------------------------------------------------------
cmd/construct.go      174      16  90.80%   55-57, 124-126, 131-134, 166-168, 252-254
cmd/download.go       173      51  70.52%   50-70, 89-91, 108-110, 137-139, 155-157, 177-179, 220-228, 241-245, 252-254
cmd/parse.go          116      12  89.66%   36-42, 52-53, 66-68
cmd/renv.go            26       0  100.00%
cmd/root.go           132     129  2.27%    49-135, 142-196
cmd/utils.go           76      31  59.21%   27-29, 52-63, 71-73, 81-83, 94-96, 117-123
TOTAL                 697     239  65.71%

Diff against main

Filename      Stmts    Miss  Cover
----------  -------  ------  --------
TOTAL             0       0  +100.00%

Results for commit: 5f1c07f

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
@cicdguy cicdguy closed this Nov 16, 2023
@cicdguy cicdguy deleted the gpt-code-review branch November 16, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant