tediousjs / tedious

Node TDS module for connecting to SQL Server databases.
http://tediousjs.github.io/tedious/
MIT License
1.58k stars 439 forks source link

test: use a JavaScript based config file format #1634

Closed arthurschreiber closed 5 months ago

arthurschreiber commented 5 months ago

This replaces the previously used JSON based configuration file with a JavaScript based configuration file.

The new config format allows to represent configurations that wouldn't have been possible with the JSON format, like the proposed token credential support.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 79.16%. Comparing base (025ef72) to head (adecc6e). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1634 +/- ## ========================================== + Coverage 78.48% 79.16% +0.67% ========================================== Files 93 93 Lines 4861 4861 Branches 933 933 ========================================== + Hits 3815 3848 +33 + Misses 750 709 -41 - Partials 296 304 +8 ```

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

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 18.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: