kind: pipeline name: default steps: - test image: python:3.6 commands: - pip install coverage pytest - pip install -e . - coverage run -m pytest - coverage report -m