obj2html/.gitlab-ci.yml
2021-11-13 15:33:54 +01:00

8 lines
184 B
YAML

python_test:
image: python:3.8.5
script:
- pip install --upgrade pip
- pip install coverage
- coverage run --source=obj2html -m unittest discover
- coverage report