Skip to content

Fixed issues with codelens, documentlink and completion item data #272

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 1 commit into from
Aug 2, 2020

Conversation

david-driscoll
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 2, 2020

Codecov Report

Merging #272 into master will increase coverage by 0.07%.
The diff coverage is 82.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
+ Coverage   64.21%   64.29%   +0.07%     
==========================================
  Files         374      376       +2     
  Lines       12394    12415      +21     
  Branches     1419     1426       +7     
==========================================
+ Hits         7959     7982      +23     
  Misses       3964     3964              
+ Partials      471      469       -2     
Impacted Files Coverage Δ
src/JsonRpc/HandlerCollection.cs 73.72% <50.00%> (-0.55%) ⬇️
src/Protocol/Models/CompletionList.cs 22.80% <50.00%> (-1.39%) ⬇️
src/Server/Matchers/ResolveCommandMatcher.cs 85.71% <50.00%> (-5.20%) ⬇️
src/Protocol/Document/ICodeLensHandler.cs 90.27% <66.66%> (ø)
src/Protocol/Document/ICompletionHandler.cs 90.27% <66.66%> (ø)
src/Protocol/Document/IDocumentLinkHandler.cs 90.27% <66.66%> (ø)
src/Shared/SharedHandlerCollection.cs 72.34% <78.57%> (+2.42%) ⬆️
src/Protocol/Models/CodeLens.cs 82.35% <80.00%> (-11.40%) ⬇️
src/Protocol/Models/DocumentLink.cs 84.21% <87.50%> (-9.91%) ⬇️
src/Protocol/Models/CompletionItem.cs 93.02% <95.00%> (-3.53%) ⬇️
... and 28 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 bfe5f1c...d77a5f6. Read the comment docs.

@david-driscoll david-driscoll merged commit c6cea42 into master Aug 2, 2020
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