diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index ff04f0d..80a0ccc 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Install the latest version of uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 with: enable-cache: false cache-dependency-glob: "pyproject.toml" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c235ea..b5bcc78 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Install the latest version of uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 with: enable-cache: false cache-dependency-glob: "pyproject.toml" diff --git a/pyproject.toml b/pyproject.toml index 704b83c..acdfbfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,16 +104,16 @@ max_supported_python = "3.15" environment.python-version = "3.14" [tool.coverage] +run.source = [ + "pytest_env", + "tests", +] run.branch = true run.dynamic_context = "test_function" run.parallel = true run.plugins = [ "covdefaults", ] -run.source = [ - "pytest_env", - "tests", -] paths.source = [ "src", ".tox*/*/lib/python*/site-packages",