chore: add 3360 compatibility ci#98
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
There was a problem hiding this comment.
Pull request overview
This PR adds a new GitHub Actions workflow to test the Node.js connector compatibility with TDengine version 3.3.6.0. Unlike the existing build workflow that compiles TDengine from source, this workflow downloads and installs a pre-built TDengine release package to verify compatibility.
Key Changes:
- New compatibility CI workflow testing against TDengine 3.3.6.0 release binaries
- Matrix testing with Node.js versions 16.x and 20.x
- Simplified TDengine installation using pre-built packages instead of source compilation
💡 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 @@
## main #98 +/- ##
=======================================
Coverage 80.58% 80.58%
=======================================
Files 30 30
Lines 2421 2421
Branches 415 415
=======================================
Hits 1951 1951
Misses 364 364
Partials 106 106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
chore: add 3360 compatibility ci
Issue(s)
Checklist
Please check the items in the checklist if applicable.