-
Notifications
You must be signed in to change notification settings - Fork 842
Integrate Go driver examples into automated build process #3239
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: 3.7-dev
Are you sure you want to change the base?
Integrate Go driver examples into automated build process #3239
Conversation
1eecee3 to
80f7885
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.7-dev #3239 +/- ##
=============================================
+ Coverage 76.14% 76.46% +0.31%
- Complexity 13152 13305 +153
=============================================
Files 1084 1092 +8
Lines 65160 67041 +1881
Branches 7285 7378 +93
=============================================
+ Hits 49616 51260 +1644
- Misses 12839 13038 +199
- Partials 2705 2743 +38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1ea370d to
4c1402a
Compare
c5ee004 to
6df0a43
Compare
|
Please add a changelog entry thanks! |
|
VOTE +1 pending changelog entry |
Added a generic changelog entry for all GLV examples in #3231 |
|
VOTE +1 |
1 similar comment
|
VOTE +1 |
- Add examples execution to gremlin-go-integration-tests container - Make server URLs configurable via environment variables - Build fails if any example fails to execute - Improve consistency between root-level and glv-level examples
6df0a43 to
44a60a9
Compare
Summary
Integrates Go Gremlin examples into CI to ensure they remain functional in future releases. Examples now execute automatically after integration tests and fail the build if broken.
Changes Made