Initial commit

This commit is contained in:
sonny 2023-06-24 13:50:38 +02:00
parent f4cc49896a
commit baf660cdaf
8 changed files with 229 additions and 620 deletions

View file

@ -1,12 +1,9 @@
tests:
stage: test
coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'
image: python:3.7
image: python:3.11
before_script:
- pip install poetry --quiet
- poetry config cache-dir .cache/poetry
- poetry config virtualenvs.in-project true
- poetry install --no-interaction --quiet
- pip install -r requirements/ci.txt
script:
- poetry run coverage run --module unittest
- poetry run coverage report
- coverage run --module unittest
- coverage report