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] Fixing tests for go v1.22.0 #1735

Closed bstaletic closed 7 months ago

bstaletic commented 7 months ago

Latest go version changes how diagnostics look, so we need to change the tests. Opted for matching with a regex, so the test can work with older versions of go as well.


This change is Reviewable

codecov[bot] commented 7 months ago

Codecov Report

Merging #1735 (492a771) into master (7bc5d08) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1735 +/- ## ======================================= Coverage 95.44% 95.44% ======================================= Files 83 83 Lines 8166 8166 Branches 163 163 ======================================= Hits 7794 7794 Misses 322 322 Partials 50 50 ```
mergify[bot] commented 7 months ago

Thanks for sending a PR!