Skip to content

Add theil, mpr and tau to metrics #243

Add theil, mpr and tau to metrics

Add theil, mpr and tau to metrics #243

Workflow file for this run

name: pull-request-tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: pip install -r requirements.txt
- run: coverage run --source=. -m pytest -v tests && coverage report -m
- run: flake8