diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b5a460..70e5840 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ "ubuntu-latest", "macos-latest", "windows-latest" ] - python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] + python-version: [ "3.8", "3.9", "3.10", "3.11" ] fail-fast: false defaults: run: diff --git a/pyproject.toml b/pyproject.toml index 7066d12..a585e97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,9 @@ log_cli_date_format = "%Y%m%dT%H%M%S" [tool.coverage.run] plugins = ["covdefaults"] +[tool.coverage.report] +fail_under = 90 + [tool.mypy] check_untyped_defs = true disallow_untyped_defs = true