-
Notifications
You must be signed in to change notification settings - Fork 27
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
ci: Refactor CI with resusable, custom GitHub Action #252
Conversation
PR Description updated to latest commit (bf9321a) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #252 +/- ##
=======================================
Coverage 94.26% 94.26%
=======================================
Files 12 12
Lines 1116 1116
=======================================
Hits 1052 1052
Misses 64 64 ☔ View full report in Codecov by Sentry. |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement
Description
invoke-tox
) to streamline the setup of test environments across multiple workflows.tests.yml
workflow file to utilize the new GitHub Action, significantly simplifying the workflow syntax and making it more maintainable.Changes walkthrough
action.yml
Add New GitHub Action for Test Environment Setup
.github/actions/invoke-tox/action.yml
environment.
tests.yml
Refactor CI Workflows to Use Custom GitHub Action
.github/workflows/tests.yml
action inputs.