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

Adjust scripts/tests to generate Go code coverage data #31

Merged
merged 1 commit into from
Mar 20, 2024

Commits on Mar 14, 2024

  1. Adjust scripts/tests to generate Go code coverage data

    With Go 1.20+, we can generate coverage information from binaries (not just tests), so our "canonical output" tests can *also* generate appropriate coverage information so we can see more clearly how we're doing and where we can improve.
    
    I decided *not* to hook this up to Codecov for now, because I have not been happy with their service, but I did leave a `TODO` comment in the appropriate place for where/how we could implement similar functionality (like their "change in coverage" comments).
    tianon committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a634de2 View commit details
    Browse the repository at this point in the history