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 test coverage tooling #7

Merged
merged 6 commits into from
Sep 13, 2020
Merged

Add test coverage tooling #7

merged 6 commits into from
Sep 13, 2020

Commits on Sep 13, 2020

  1. Configuration menu
    Copy the full SHA
    b805360 View commit details
    Browse the repository at this point in the history
  2. Configure pytest-cov in pyproject.toml

    https://docs.pytest.org/en/stable/reference.html#ini-options-ref
    https://github.com/pytest-dev/pytest-cov
    
    This commit will add pytest-cov configuration to pyproject.toml using
    the `addopts` key. Note that `--cov-report=xml` will be used for CI only
    in the GitHub Actions workflows.
    br3ndonland committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    308fd93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76b4e38 View commit details
    Browse the repository at this point in the history
  4. Upload Codecov reports with GitHub Actions

    76b4e38
    https://github.com/marketplace/actions/codecov
    https://docs.codecov.io/docs
    
    This commit will update the GitHub Actions workflows to upload test
    coverage reports to Codecov.
    br3ndonland committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    2db56f9 View commit details
    Browse the repository at this point in the history
  5. Add isort badge to README

    br3ndonland committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    6f58f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee1ef66 View commit details
    Browse the repository at this point in the history