Merge branch 'dev' into shelly-dimmer-calibration

This commit is contained in:
Oleg Tarasov 2024-11-15 17:55:11 +03:00
commit 054728ec0b

View file

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