Skip to content

Added workspace folder tests #279

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

Merged
merged 6 commits into from
Aug 9, 2020
Merged

Conversation

david-driscoll
Copy link
Member

Ran into a scenario where I need to "overload" the magic, so this also normalized initilaize/initilaized/startup handling

@codecov
Copy link

codecov bot commented Aug 8, 2020

Codecov Report

Merging #279 into master will increase coverage by 28.13%.
The diff coverage is 89.81%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #279       +/-   ##
===========================================
+ Coverage   37.94%   66.08%   +28.13%     
===========================================
  Files         413      415        +2     
  Lines       13069    13274      +205     
  Branches     1548     1555        +7     
===========================================
+ Hits         4959     8772     +3813     
+ Misses       7717     4216     -3501     
+ Partials      393      286      -107     
Impacted Files Coverage Δ
src/Dap.Shared/DebugAdapterHandlerCollection.cs 80.91% <ø> (-0.15%) ⬇️
...col/Workspace/IDidChangeWorkspaceFoldersHandler.cs 0.00% <ø> (ø)
...er/Configuration/DidChangeConfigurationProvider.cs 22.09% <25.00%> (-0.53%) ⬇️
src/Server/LanguageServerWorkspaceFolderManager.cs 83.07% <60.00%> (+21.78%) ⬆️
src/Dap.Shared/DebugAdapterEventingHelper.cs 64.28% <64.28%> (ø)
src/Protocol/LanguageProtocolEventingHelper.cs 64.28% <64.28%> (ø)
src/Client/LanguageClient.cs 90.95% <93.33%> (+21.25%) ⬆️
src/Dap.Client/DebugAdapterClient.cs 91.58% <95.23%> (+3.06%) ⬆️
src/Dap.Server/DebugAdapterServer.cs 82.87% <96.87%> (+14.20%) ⬆️
src/Server/LanguageServer.cs 81.25% <96.87%> (+29.25%) ⬆️
... and 205 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d24a9c2...8490d9a. Read the comment docs.

@david-driscoll david-driscoll merged commit 6eeee3e into master Aug 9, 2020
@david-driscoll david-driscoll deleted the tests/config-workspace branch August 9, 2020 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant