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] CI Gopls fix - with ExpectedFailure #1758

Closed bstaletic closed 3 weeks ago

bstaletic commented 3 weeks ago

As mentioned in #1756, this time we expect the tests to fail until https://github.com/golang/go/issues/68904 gets fixed.


This change is Reviewable

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.91%. Comparing base (01efad8) to head (46d565e). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1758 +/- ## ========================================== + Coverage 95.86% 95.91% +0.04% ========================================== Files 84 84 Lines 8421 8437 +16 Branches 163 163 ========================================== + Hits 8073 8092 +19 + Misses 298 295 -3 Partials 50 50 ```
mergify[bot] commented 3 weeks ago

Thanks for sending a PR!