-
Notifications
You must be signed in to change notification settings - Fork 174
Add pixiu-admin CI test #854
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: develop
Are you sure you want to change the base?
Conversation
Add CI workflow for Pixiu-Admin including build, test, and deployment steps.
Added integration tests with MySQL and etcd services to CI workflow.
Added resource creation test in CI workflow.
Added Apache License header to the CI workflow file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a comprehensive GitHub Actions CI workflow for the pixiu-admin component, addressing issue #842. The workflow provides automated testing and validation across multiple dimensions including build verification, code quality, security scanning, and deployment testing.
Key Changes:
- Implements multi-job CI pipeline with backend (Go) and frontend (Node.js) build and test jobs
- Adds integration testing with MySQL and etcd services, deployment validation, and performance benchmarking
- Includes code quality checks with golangci-lint and gosec security scanning
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #854 +/- ##
============================================
- Coverage 54.67% 19.71% -34.97%
============================================
Files 671 255 -416
Lines 78658 18360 -60298
============================================
- Hits 43006 3619 -39387
+ Misses 31981 14375 -17606
+ Partials 3671 366 -3305
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
cool work, but ci fails |
|
the code style please refer to |
…ersions, and improve error handling in API tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if any comment is resolved please press the resolve conversation btn
|
well, I noticed the intergration test cannot be passed |
… tests as non-blocking, update etcd image references, and change empty tip message to English
|
|
it seems |



What this PR does:Add pixiu-admin CI test
Which issue(s) this PR fixes: #842
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?NONE: