Skip to content

Remove for loops in deviations function body (#482) #925

Remove for loops in deviations function body (#482)

Remove for loops in deviations function body (#482) #925

Workflow file for this run

name: coverage
on:
- push
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Test with nox
run: uv run --group nox nox -e coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4