Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Python 3.14, Remove Codecov for now, add dask and pyarrow to setup.cfg#285

Add Python 3.14, Remove Codecov for now, add dask and pyarrow to setup.cfg

Add Python 3.14, Remove Codecov for now, add dask and pyarrow to setup.cfg #285

Workflow file for this run

name:Codecov
on:
push:
branches:
-master
pull_request:
branches:
-'*'
jobs:
run:
runs-on:${{ matrix.os }}
strategy:
matrix:
os:[ubuntu-latest]
python:[3.12]
env:
OS:${{ matrix.os }}
PYTHON:${{ matrix.python }}
steps:
-uses:actions/checkout@master
-name:Setup Python
uses:actions/setup-python@master
with:
python-version:${{ matrix.python }}
-name:Install dependencies
run:|
python -m pip install --upgrade pip
pip install -e .[tests]
-name:Generate coverage report
run:|
NUMBA_DISABLE_JIT=1 pytest --cov=./ --cov-report=xml --ignore ./xrspatial/tests/test_polygonize.py
-name:Upload coverage to Codecov
uses:codecov/codecov-action@v3
with:
token:${{ secrets.CODECOV_TOKEN }}
env_vars:OS,PYTHON
fail_ci_if_error:true
verbose:true

[8]ページ先頭

©2009-2025 Movatter.jp