diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f72fb9b0..e1984f7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -107,7 +107,6 @@ jobs: - run: uv sync --locked --all-extras --dev - run: ls -la coverage - run: uv run coverage combine coverage - - run: uv run coverage report - run: uv run coverage html --title "Coverage for ${{ github.sha }}" - name: Store coverage HTML uses: actions/upload-artifact@v4 @@ -115,6 +114,7 @@ jobs: name: coverage-html path: htmlcov include-hidden-files: true + - run: uv run coverage report --fail-under=100 # https://github.com/marketplace/actions/alls-green#why check: # This job does nothing and is only used for the branch protection