Skip to content

CI: test-assignment-expr #15490

CI: test-assignment-expr

CI: test-assignment-expr #15490

Manually triggered December 10, 2024 21:59
Status Failure
Total duration 8m 51s
Artifacts

ci.yaml

on: workflow_dispatch
Collect information & changes data
17s
Collect information & changes data
Pylint base
25s
Pylint base
Matrix: Prepare dependencies
Prepare pre-commit base
0s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
0s
Check hassfest
Check all requirements
0s
Check all requirements
Check mypy
0s
Check mypy
Check pylint
7m 58s
Check pylint
Check pylint on tests
6m 5s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
0s
Check ruff-format
Check ruff
0s
Check ruff
Check other linters
0s
Check other linters
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Split tests for full run
0s
Split tests for full run
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Matrix: pytest-full
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Pylint base
Process completed with exit code 1.
Check pylint
Process completed with exit code 8.
Check pylint: homeassistant/components/teslemetry/climate.py#L99
R6103: Use 'if (value := self.get('climate_state_is_climate_on')):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/teslemetry/climate.py#L99
R6103: Use 'if (value := self.get('climate_state_is_climate_on')):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/sabnzbd/__init__.py#L154
R6103: Use 'if not (sab_api := await get_client(hass, entry.data)):' instead (consider-using-assignment-expr)
Check pylint: homeassistant/components/sabnzbd/__init__.py#L154
R6103: Use 'if not (sab_api := await get_client(hass, entry.data)):' instead (consider-using-assignment-expr)