Skip to content

Enhance error handling when changing a timer's duration #24

Enhance error handling when changing a timer's duration

Enhance error handling when changing a timer's duration #24

Triggered via pull request July 11, 2024 15:04
Status Failure
Total duration 9m 8s
Artifacts

ci.yaml

on: pull_request
Collect information & changes data
14s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
19s
Prepare pre-commit base
Check hassfest
23s
Check hassfest
Check all requirements
23s
Check all requirements
Check mypy
21s
Check mypy
Split tests for full run
6m 43s
Split tests for full run
Audit licenses
0s
Audit licenses
Check pylint
8m 13s
Check pylint
Check pylint on tests
6m 13s
Check pylint on tests
Check ruff-format
10s
Check ruff-format
Check ruff
17s
Check ruff
Check other linters
1m 4s
Check other linters
Matrix: pytest-full
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Check ruff-format
Process completed with exit code 1.
Ruff: homeassistant/components/timer/__init__.py#L337
homeassistant/components/timer/__init__.py:337:9: SyntaxError: missing closing quote in string literal
Ruff: homeassistant/components/timer/__init__.py#L337
homeassistant/components/timer/__init__.py:337:61: SyntaxError: Expected a statement
Ruff (W293): homeassistant/components/timer/__init__.py#L339
homeassistant/components/timer/__init__.py:339:1: W293 Blank line contains whitespace
Check ruff
Process completed with exit code 1.
Check mypy: homeassistant/components/timer/__init__.py#L337
unterminated string literal (detected at line 337) [syntax]
Check mypy
Process completed with exit code 2.
Check hassfest
Process completed with exit code 1.
Check pylint on tests: tests/components/timer/test_reproduce_state.py#L5
E0611: No name 'timer' in module 'homeassistant.components' (no-name-in-module)
Check pylint on tests: tests/components/timer/test_init.py#L10
E0611: No name 'timer' in module 'homeassistant.components' (no-name-in-module)
Check pylint on tests
Process completed with exit code 2.
Split tests for full run
Process completed with exit code 1.
Check pylint: homeassistant/components/alexa/entities.py#L9
E0611: No name 'timer' in module 'homeassistant.components' (no-name-in-module)
Check pylint: homeassistant/components/alexa/capabilities.py#L9
E0611: No name 'timer' in module 'homeassistant.components' (no-name-in-module)
Check pylint: homeassistant/components/alexa/handlers.py#L11
E0611: No name 'timer' in module 'homeassistant.components' (no-name-in-module)
Check pylint
Process completed with exit code 2.