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

Include test suite in code coverage #545

Merged
merged 2 commits into from Nov 23, 2021
Merged

Include test suite in code coverage #545

merged 2 commits into from Nov 23, 2021

Commits on Nov 23, 2021

  1. 🔧 [coverage] Include test suite in code coverage

    Rationale:
    
    - Tests are code.
    - Identify tests that aren’t running.
    - Ensure that test helpers are used and tested.
    
    Caveats:
    
    - Coverage may require extra configuration if tests are deliberately excluded.
    - Tests may clutter the coverage report; use `--skip-covered` for this.
    - The coverage metric generally goes up.
    
    https://nedbatchelder.com/blog/202008/you_should_include_your_tests_in_coverage.html
    cjolowicz committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b666582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25a0eb View commit details
    Browse the repository at this point in the history