Commit d3613904 authored by Adam Costanza's avatar Adam Costanza Committed by Evan Read

Update Python example so that it actually works

parent 1cb0b760
......@@ -235,7 +235,8 @@ run tests:
image: python:3
script:
- pip install pytest pytest-cov
- pytest --cov=src/ tests.py
- coverage run -m pytest
- coverage report
- coverage xml
artifacts:
reports:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment