1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-12-11 23:57:54 +01:00
This commit is contained in:
Maxime JUST
2025-12-08 11:37:39 +01:00
parent 3b6295063e
commit a8a22cd710
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ py314:
- apk add --no-cache gettext - apk add --no-cache gettext
- pip install tox --no-cache-dir - pip install tox --no-cache-dir
script: tox -e py314 script: tox -e py314
allow_failure: true
linters: linters:
stage: quality-assurance stage: quality-assurance

View File

@@ -14,7 +14,7 @@ deps = coverage
commands = commands =
python manage.py compilemessages -i .tox -i venv python manage.py compilemessages -i .tox -i venv
coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test --parallel=1 api/ chat/ draw/ logs/ participation/ registration/ tfjm/ coverage run --source=api,draw,logs,participation,registration,tfjm ./manage.py test api/ chat/ draw/ logs/ participation/ registration/ tfjm/
coverage report -m coverage report -m
[testenv:linters] [testenv:linters]