Skip to content

test: add test for uncompacting to a coarser resolution #141

test: add test for uncompacting to a coarser resolution

test: add test for uncompacting to a coarser resolution #141

name: lint_and_coverage
on:
push:
branches: [master]
pull_request:
branches: ['*']
permissions:
contents: read
jobs:
linting:
name: Lint and Coverage
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
with:
submodules: recursive
- uses: astral-sh/setup-uv@v7
with:
python-version: '3.11'
- uses: extractions/setup-just@v2
- name: Lint
run: just lint
- name: Install
run: uv sync
- name: Coverage - Library
run: just ci-test
- name: Coverage - Cython
run: just ci-test-cython