Skip to content

Improve test coverage and expand replacement table #44

Improve test coverage and expand replacement table

Improve test coverage and expand replacement table #44

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: uv sync --group dev
- run: uv run pytest --cov=check_unicode --cov-fail-under=80
- run: uv run ruff check src/ tests/
- run: uvx ty check src/