Skip to content
Snippets Groups Projects
Commit 23a6f916 authored by Frederik Arnold's avatar Frederik Arnold
Browse files

Merge remote-tracking branch 'origin/develop' into develop

parents 0c7bb1c2 dee8cf4a
No related branches found
No related tags found
No related merge requests found
Pipeline #37271 passed
......@@ -24,7 +24,9 @@ before_script:
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- pip install coverage
test:
script:
- python -m unittest discover -p 'Test*.py'
- coverage run --source=lotte,match -m unittest discover -p 'Test*.py'
- coverage report -m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment