Skip to content

fix indentation (#225) #563

fix indentation (#225)

fix indentation (#225) #563

Workflow file for this run

name: Test Coverage
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
COVERAGE_TOTAL: 10
steps:
- uses: actions/checkout@v2
- name: Download default .env file
run: make default-env
- name: Build containers
run: make build
- name: Startup containers
run: make up-d
- name: Sleep for 10 seconds
run: sleep 10s
shell: bash
- name: Run Tests and Build Coverage
run: make test-cov-gh-action
- name: Comment coverage
uses: coroo/[email protected]
with:
pytest-coverage: pytest-coverage.txt