databricks / databricks-sql-nodejs

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

[PECO-1390] Configure Typescript for tests #256

Closed kravets-levko closed 5 months ago

kravets-levko commented 5 months ago

PECO-1390

After merging this PR, a slight (<1%) difference in code coverage may be caused by testing original sources vs. compiled+source maps, and using ts-node instead of regular node.

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 92.56%. Comparing base (1e4b730) to head (4180896).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #256 +/- ## ========================================== - Coverage 92.68% 92.56% -0.12% ========================================== Files 64 65 +1 Lines 1545 1547 +2 Branches 273 273 ========================================== Hits 1432 1432 - Misses 47 49 +2 Partials 66 66 ```

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