snowflake-connector-nodejs
snowflake-connector-nodejs copied to clipboard
Update the copyright date.
Description
Please explain the changes you made here.
- [x] Update the copyright date.
Checklist
- [x] Format code according to the existing code style (run
npm run lint:check -- CHANGED_FILES
and fix problems in changed code) - [x] Create tests which fail without the change (if possible)
- [x] Make all tests (unit and integration) pass (
npm run test:unit
andnpm run test:integration
) - [x] Extend the README / documentation and ensure is properly displayed (if necessary)
- [x] Provide JIRA issue id (if possible) or GitHub issue id in commit message
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.27%. Comparing base (
6ae36ff
) to head (e2e1542
).
Additional details and impacted files
@@ Coverage Diff @@
## master #810 +/- ##
==========================================
+ Coverage 89.17% 89.27% +0.10%
==========================================
Files 61 61
Lines 5892 5892
==========================================
+ Hits 5254 5260 +6
+ Misses 638 632 -6
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.