Initial commit
This commit is contained in:
parent
f4cc49896a
commit
baf660cdaf
8 changed files with 229 additions and 620 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue