Merge branch 'dev' into multi_device

This commit is contained in:
DanielV
2025-04-19 18:58:09 +02:00
committed by GitHub
91 changed files with 1917 additions and 386 deletions

View File

@@ -220,7 +220,7 @@ jobs:
. venv/bin/activate
pytest -vv --cov-report=xml --tb=native tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5.4.0
uses: codecov/codecov-action@v5.4.2
with:
token: ${{ secrets.CODECOV_TOKEN }}