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

Add support for omitting entire modules #221

Merged
merged 5 commits into from
Jun 2, 2023
Merged

Add support for omitting entire modules #221

merged 5 commits into from
Jun 2, 2023

Commits on Apr 22, 2023

  1. Add support for omitting entire modules

    This commit will enable entire modules to be conditionally omitted from
    test coverage measurement. Modules will be omitted using the coverage.py
    `[run] omit` configuration setting.
    
    https://coverage.readthedocs.io/en/stable/config.html#run-omit
    https://coverage.readthedocs.io/en/stable/source.html
    br3ndonland committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    a79028c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66f1f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9fb69c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    61f88c1 View commit details
    Browse the repository at this point in the history
  2. Fix CI

    sobolevn committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c8debc2 View commit details
    Browse the repository at this point in the history