ycm-core / ycmd

A code-completion & code-comprehension server
https://ycm-core.github.io/ycmd/
GNU General Public License v3.0
1.69k stars 764 forks source link

[READY] Add diag kind to /detailed_diagnostic response #1720

Closed bstaletic closed 10 months ago

bstaletic commented 10 months ago

Like I mentioned in gitter, we are missing kind in the /detailed_diagnostic response.

I am being lazy, so letting CI tell me if any tests are broken.


This change is Reviewable

codecov[bot] commented 10 months ago

Codecov Report

Merging #1720 (c953a8f) into master (62cfc45) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1720 +/- ## ======================================= Coverage 95.42% 95.42% ======================================= Files 83 83 Lines 8127 8132 +5 Branches 164 164 ======================================= + Hits 7755 7760 +5 Misses 322 322 Partials 50 50 ```
mergify[bot] commented 10 months ago

Thanks for sending a PR!