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

Coverage target and docs #1011

Merged
merged 3 commits into from
Aug 25, 2023
Merged

Coverage target and docs #1011

merged 3 commits into from
Aug 25, 2023

Commits on Jul 30, 2023

  1. Add coverage target

    This is a easy way to run:
    
        go tool cover -html=cover.out
    
    The reported coverage depends on running one of the test targets (e.g.
    make test).
    
    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    04a1c87 View commit details
    Browse the repository at this point in the history
  2. Fix spelling in quick start guide

    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    bf1eaee View commit details
    Browse the repository at this point in the history
  3. Document running the tests and inspecting coverage

    Signed-off-by: Nir Soffer <[email protected]>
    nirs committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    a19593e View commit details
    Browse the repository at this point in the history