Skip to content

Fixed logging so it works correctly! #341

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 7 commits into from
Aug 29, 2020
Merged

Fixed logging so it works correctly! #341

merged 7 commits into from
Aug 29, 2020

Conversation

david-driscoll
Copy link
Member

Pass through logging for language server has not been working, due to the refactor.

And now with tests!

@david-driscoll david-driscoll added the bug Something isn't working label Aug 29, 2020
@github-actions github-actions bot added this to the v0.18.0 milestone Aug 29, 2020
@david-driscoll david-driscoll added the merge Shipit! label Aug 29, 2020
@codecov
Copy link

codecov bot commented Aug 29, 2020

Codecov Report

Merging #341 into master will increase coverage by 0.46%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
+ Coverage   75.17%   75.63%   +0.46%     
==========================================
  Files         428      428              
  Lines       12495    12497       +2     
  Branches     1146     1147       +1     
==========================================
+ Hits         9393     9452      +59     
+ Misses       3102     3045      -57     
Impacted Files Coverage Δ
src/Dap.Testing/DebugAdapterProtocolTestBase.cs 100.00% <ø> (ø)
src/Dap.Testing/DebugAdapterServerTestBase.cs 0.00% <ø> (ø)
src/JsonRpc.Testing/JsonRpcServerTestBase.cs 100.00% <ø> (ø)
src/Protocol/LanguageProtocolRpcOptionsBase.cs 77.77% <ø> (-1.17%) ⬇️
.../TestingUtils/AutoNSubstitute/TestLoggerFactory.cs 96.42% <50.00%> (+3.83%) ⬆️
src/JsonRpc/ResponseRouter.cs 86.11% <66.66%> (ø)
src/JsonRpc/JsonRpcServerOptionsBase.cs 77.63% <100.00%> (+0.29%) ⬆️
src/Server/Logging/LanguageServerLogger.cs 92.50% <100.00%> (+82.50%) ⬆️
src/Server/Logging/LanguageServerLoggerProvider.cs 75.00% <100.00%> (+75.00%) ⬆️
...red/LanguageProtocolServiceCollectionExtensions.cs 94.28% <100.00%> (+0.16%) ⬆️
... and 6 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 c7716ce...6702b5f. Read the comment docs.

@david-driscoll david-driscoll merged commit 851ac06 into master Aug 29, 2020
@mergify mergify bot removed the merge Shipit! label Aug 29, 2020
@mergify mergify bot deleted the fix/logging branch August 29, 2020 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant