Skip to content

deps: update pytest-cov requirement from >=5.0.0 to >=7.1.0 #29

deps: update pytest-cov requirement from >=5.0.0 to >=7.1.0

deps: update pytest-cov requirement from >=5.0.0 to >=7.1.0 #29

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: pip
- run: pip install -e ".[dev]"
- run: ruff check .
- run: mypy
- run: pytest tests/