Skip to content
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

[READY] Fixing tests for go v1.22.0 #1735

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

bstaletic
Copy link
Collaborator

@bstaletic bstaletic commented Feb 13, 2024

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

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

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

Additional details and impacted files
@@           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           

Latest go version changes how detailed info looks, 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.
Copy link
Member

@puremourning puremourning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 1 of 2 LGTMs obtained

Copy link
Member

@puremourning puremourning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: 1 of 2 LGTMs obtained (waiting on @bstaletic)

@puremourning puremourning added the Ship It! Manual override to merge a PR by maintainer label Feb 14, 2024
Copy link
Contributor

mergify bot commented Feb 14, 2024

Thanks for sending a PR!

@mergify mergify bot merged commit b8957d7 into ycm-core:master Feb 14, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ship It! Manual override to merge a PR by maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants