upd report paths, regenerate badges

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

View File

@ -2,9 +2,9 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Tests Status](./tests/reports/badge-basic.svg?dummy=8484744)](./tests/reports/junit-basic.html)
[![Tests Status](./tests/reports/badge-banana.svg?dummy=8484744)](./tests/reports/junit-banana.html)
[![Tests Status](./tests/reports/badge-potato.svg?dummy=8484744)](./tests/reports/junit-potato.html)
[![Tests Status](./tests/reports/badge-basic.svg?dummy=8484744)](./tests/reports/basic.html)
[![Tests Status](./tests/reports/badge-banana.svg?dummy=8484744)](./tests/reports/banana.html)
[![Tests Status](./tests/reports/badge-potato.svg?dummy=8484744)](./tests/reports/potato.html)
# Python Wrapper for Voicemeeter API

770
tests/reports/banana.html Normal file

File diff suppressed because one or more lines are too long

770
tests/reports/basic.html Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

770
tests/reports/potato.html Normal file

File diff suppressed because one or more lines are too long

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]