name
on
jobs.build
jobs.build.steps
Dependency | Purpose |
---|---|
pytest-cov | For running tests with coverage reporting |
codecov | For uploading coverage data |
.[spatial] | Project-specific dependency (likely the main package with spatial extras) |
Option | Type | Default | Description |
---|---|---|---|
python-version | list | [3.8, 3.9] | Python versions to test against |
timeout-minutes | integer | 20 | Maximum duration for the job |
-vv
flag in the pytest command enables verbose output for test results.