-
Notifications
You must be signed in to change notification settings - Fork 5.9k
feat(cli): add test for defaultConfigFile #4265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✨ Coder.com for PR #4265 deployed! It will be updated on every commit.
|
Codecov Report
@@ Coverage Diff @@
## main #4265 +/- ##
==========================================
+ Coverage 65.09% 65.32% +0.23%
==========================================
Files 36 36
Lines 1882 1883 +1
Branches 380 380
==========================================
+ Hits 1225 1230 +5
+ Misses 559 555 -4
Partials 98 98
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
98627c0
to
6c95f72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great ✔️
This PR adds a test for
defaultConfigFile
insrc/node/cli.ts
.Fixes N/A
TODOS