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

Set go version to 1.22, tweak coverage #2630

Merged
merged 5 commits into from
Mar 14, 2024
Merged

Set go version to 1.22, tweak coverage #2630

merged 5 commits into from
Mar 14, 2024

Commits on Mar 13, 2024

  1. Set go version to 1.22, tweak coverage

    We have decided to exclude anything under cmd for coverage since we do
    not want to rely on unit testing for the CLI.
    
    Go 1.22 reimplements the coverage tool. Unfortunately, the new
    implementation has a bug. Disable the new coverage logic for now.
    dmjb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e72da1c View commit details
    Browse the repository at this point in the history
  2. reword comment

    dmjb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3272ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d23fa97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    708823f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81f0c81 View commit details
    Browse the repository at this point in the history