Skip to content

Fix missing tiles in corners for fast gridding by using off-boundary pixels #408

Fix missing tiles in corners for fast gridding by using off-boundary pixels

Fix missing tiles in corners for fast gridding by using off-boundary pixels #408

Workflow file for this run

name: Check code coverage
on:
pull_request:
paths:
- '**.py'
push:
branches: [master]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install -e ".[dev]"
# Code cove with a min percentage
# - run: poetry run pytest --cov . --cov-fail-under=80 -n auto
- run: pytest --cov --cov-config=.coveragerc --cov-fail-under=80 -n auto