Add support for setting target path in map config #6122
ci.yaml
on: pull_request
Prepare Python dependencies
24s
Check black
10s
Check Dockerfile
8s
Check executables
15s
Check flake8
16s
Check isort
24s
Check JSON
19s
Check pylint
31s
Check pyupgrade
13s
Process test coverage
0s
Annotations
25 errors and 5 warnings
Check flake8:
tests/docker/test_addon.py#L210
E201 whitespace after '{'
|
Check flake8:
tests/docker/test_addon.py#L210
E231 missing whitespace after ':'
|
Check flake8:
tests/docker/test_addon.py#L210
E231 missing whitespace after ':'
|
Check flake8:
tests/docker/test_addon.py#L210
E202 whitespace before '}'
|
Check flake8:
tests/docker/test_addon.py#L230
E201 whitespace after '{'
|
Check flake8:
tests/docker/test_addon.py#L230
E231 missing whitespace after ':'
|
Check flake8:
tests/docker/test_addon.py#L230
E231 missing whitespace after ':'
|
Check flake8:
tests/docker/test_addon.py#L230
E202 whitespace before '}'
|
Check flake8:
tests/docker/test_addon.py#L251
E201 whitespace after '{'
|
Check flake8:
tests/docker/test_addon.py#L251
E231 missing whitespace after ':'
|
Check black
Process completed with exit code 1.
|
Check executables
Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
|
Check isort
Process completed with exit code 1.
|
Check pylint:
tests/docker/test_addon.py#L245
E0102: function already defined line 204 (function-redefined)
|
Check pylint
Process completed with exit code 18.
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L319
test_start
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L343
test_start_wait_healthcheck[healthy]
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L343
test_start_wait_healthcheck[unhealthy]
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L373
test_start_timeout
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L398
test_restart
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L421
test_backup[running]
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L421
test_backup[stopped]
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L441
test_backup_with_pre_post_command
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L507
test_backup_cold_mode[running]
supervisor.exceptions.JobException
|
Run tests Python 3.11.6:
tests/addons/test_addon.py#L507
test_backup_cold_mode[stopped]
supervisor.exceptions.JobException
|
Check flake8:
supervisor/addons/model.py#L556
W293 blank line contains whitespace
|
Check flake8:
tests/docker/test_addon.py#L245
F811 redefinition of unused 'test_addon_map_addon_config_folder_with_custom_target' from line 204
|
Check pylint:
supervisor/addons/model.py#L545
C0123: Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
|
Check pylint:
supervisor/addons/validate.py#L269
C0123: Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
|
Check pylint:
supervisor/addons/validate.py#L270
C0123: Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
|