Skip to content

Add bounding box argument to level 2 chunk graph endpoint #363

Add bounding box argument to level 2 chunk graph endpoint

Add bounding box argument to level 2 chunk graph endpoint #363

Workflow file for this run

name: PyChunkedGraph
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Build image and run tests
run: |
docker build --tag seunglab/pychunkedgraph:$GITHUB_SHA .
docker run --rm seunglab/pychunkedgraph:$GITHUB_SHA /bin/sh -c "pytest --cov-config .coveragerc --cov=pychunkedgraph ./pychunkedgraph/tests && codecov"