-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix test in CI #13368
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
Fix test in CI #13368
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## master #13368 +/- ##
==========================================
- Coverage 59.71% 59.69% -0.03%
==========================================
Files 670 670
Lines 37338 37338
Branches 5307 5307
==========================================
- Hits 22298 22289 -9
- Misses 13905 13911 +6
- Partials 1135 1138 +3
Continue to review full report at Codecov.
|
For #13345
Fix test in CI. Change configuration target of
languageServer
to workspace.- [ ] Has a news entry file (remember to thank yourself!).- [ ] Appropriate comments and documentation strings in the code.- [ ] Has sufficient logging.- [ ] Has telemetry for enhancements.- [ ] Unit tests & system/integration tests are added/updated.- [ ] Test plan is updated as appropriate.- [ ]package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).- [ ] The wiki is updated with any design decisions/details.