Merge branch 'dev' into multi_device

This commit is contained in:
DanielV
2025-04-14 22:21:50 +02:00
committed by GitHub
29 changed files with 526 additions and 187 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
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}