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 Tox to manage dynamic options with pytest. #104

Merged
merged 3 commits into from
Sep 5, 2024
Merged

Commits on Sep 4, 2024

  1. Add Tox to manage dynamic options with pytest.

    These changes support incoming updates to generated coverage reports for
    each separate library within the monorepo. Currently we can only get one
    big coverage report for the whole repo, which provides a "false" view of
    how well covered each individual library is. Unfortunately, the way
    `--cov` needs to be changed (and to continue supporting ease of use for
    developers), means some tool needs to be introduced to support the
    dynamism. Tox happens to fit this use case.
    aholmes committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    17907fe View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    782bb19 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary envvar from Tox config.

    This envvar is passed through without defining in the Tox config.
    aholmes committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    529cf20 View commit details
    Browse the repository at this point in the history