-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Run tests against insiders #9872
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
Run tests against insiders #9872
Conversation
Duh, CI hence close and reopen.. |
@IanMatthewHuff @rchiodo I'll remove the commented code from the redux logger. it was just adding too much stuff for me .. |
Codecov Report
@@ Coverage Diff @@
## ds/custom_editor #9872 +/- ##
===================================================
Coverage ? 60.64%
===================================================
Files ? 555
Lines ? 29726
Branches ? 4479
===================================================
Hits ? 18028
Misses ? 10697
Partials ? 1001 Continue to review full report at Codecov.
|
@@ -201,17 +201,18 @@ function createMiddleWare(testMode: boolean): Redux.Middleware<{}, IStore>[] { | |||
return action; | |||
} | |||
}); | |||
const loggerMiddleware = process.env.VSC_PYTHON_FORCE_LOGGING !== undefined || (process.env.NODE_ENV !== 'production' && !testMode) ? logger : undefined; | |||
|
|||
// const loggerMiddleware = process.env.VSC_PYTHON_FORCE_LOGGING !== undefined || (process.env.NODE_ENV !== 'production' && !testMode) ? logger : undefined; |
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.
Did you intend to remove this?
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.
Never mind, saw your comment now.
Kudos, SonarCloud Quality Gate passed!
|
No description provided.