databricks / databricks-sql-nodejs

Databricks SQL Connector for Node.js
Apache License 2.0
24 stars 34 forks source link

CI: run unit tests on multiple Nodejs versions #220

Closed kravets-levko closed 10 months ago

kravets-levko commented 10 months ago

Configure CI to run unit tests on different Nodejs versions.

E2e are a somewhat time and resource consuming, so for now they will be executed only once.

It should help with preventing compatibility issues in future (see databricks/databricks-sql-nodejs#219)

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (a4e4aa7) 90.41% compared to head (1862ea6) 90.41%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ======================================= Coverage 90.41% 90.41% ======================================= Files 61 61 Lines 1408 1408 Branches 232 232 ======================================= Hits 1273 1273 Misses 84 84 Partials 51 51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.