-
Notifications
You must be signed in to change notification settings - Fork 0
Add comprehensive mock tests for GitLab API endpoints using gock #30
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: amenocal <6096355+amenocal@users.noreply.github.com>
Co-authored-by: amenocal <6096355+amenocal@users.noreply.github.com>
|
@copilot can you add a ci workflow |
Co-authored-by: amenocal <6096355+amenocal@users.noreply.github.com>
I've added a comprehensive CI workflow that runs on pull requests and pushes to main. The workflow includes:
I also fixed Go formatting issues in the test files. The CI workflow is now ready to ensure code quality and catch issues early. See commit 5811d44. |
|
@copilot this project had a massive overhaul, can you rebase and re-implement based on the new project structure |
I've successfully rebased onto the latest main branch (after the project overhaul) and re-implemented the mock tests based on the new project structure. Changes Made:
Test Results: All 11 test cases pass successfully. The implementation is complete in commit 37bd24b. Note: There's a branch history conflict preventing automatic push due to the diverged commit history between the old PR (based on pre-overhaul code) and the new implementation (based on post-overhaul code). The PR may need to be recreated or the remote branch reset to accept these changes. |
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.