Skip to content

merge __init__ in start() function #15

merge __init__ in start() function

merge __init__ in start() function #15

Workflow file for this run

name: Unittests
on:
pull_request:
branches: [ master ]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd docker && ./build.sh
- run: docker run --rm realtime-scoring:latest /bin/bash -c "pip install coverage && coverage run --source plugin -m unittest discover tests && coverage report"