upd report paths, regenerate badges

This commit is contained in:
2025-02-27 19:57:32 +00:00
parent 795296d71e
commit 868017c79f
8 changed files with 2314 additions and 2314 deletions

View File

@@ -20,7 +20,7 @@ deps =
commands_pre =
poetry install --no-interaction --no-root
commands =
poetry run pytest --capture=tee-sys --junitxml=./tests/reports/junit-${KIND}.xml --html=./tests/reports/html-${KIND}.html tests
poetry run pytest --capture=tee-sys --junitxml=./tests/reports/junit-${KIND}.xml --html=./tests/reports/${KIND}.html tests
poetry run genbadge tests -t 90 -i ./tests/reports/junit-${KIND}.xml -o ./tests/reports/badge-${KIND}.svg
[testenv:dsl]