fixup! .gitea/workflows: init test pipeline
Some checks failed
Run tests / run-tests (push) Failing after 24s

This commit is contained in:
2025-12-08 20:24:47 +09:00
parent ad1fcfe98d
commit cac1b5be20
3 changed files with 37 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --locked
run: uv sync --locked --group test
- name: Run tests
run: |
@@ -40,7 +40,7 @@ jobs:
uv run -- pytest "${PYTEST_ARGS[@]}"
- name: Generate badge
run: uvx coverage-badge -o htmlcov/badge.svg
run: uv run -- coverage-badge -o htmlcov/badge.svg
- name: Upload coverage report
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1