cli: implement --watch
cli option
#302
test.yaml
on: pull_request
Matrix: test
Matrix: lint
Generate the coverage report
0s
Annotations
18 errors
Ruff (F821):
tests/test_cli.py#L70
tests/test_cli.py:70:38: F821 Undefined name `Callable`
|
Ruff (F841):
tests/test_cli.py#L1003
tests/test_cli.py:1003:13: F841 Local variable `result` is assigned to but never used
|
Lint with Ruff (Py3.12)
Process completed with exit code 1.
|
Ruff (F821):
tests/test_cli.py#L70
tests/test_cli.py:70:38: F821 Undefined name `Callable`
|
Ruff (F841):
tests/test_cli.py#L1003
tests/test_cli.py:1003:13: F841 Local variable `result` is assigned to but never used
|
Lint with Ruff (Py3.10)
Process completed with exit code 1.
|
Ruff (F821):
tests/test_cli.py#L70
tests/test_cli.py:70:38: F821 Undefined name `Callable`
|
Ruff (F841):
tests/test_cli.py#L1003
tests/test_cli.py:1003:13: F841 Local variable `result` is assigned to but never used
|
Lint with Ruff (Py3.11)
Process completed with exit code 1.
|
Test with Py3.11 on macos
Process completed with exit code 2.
|
Test with Py3.12 on ubuntu
Process completed with exit code 2.
|
Test with Py3.12 on macos
Process completed with exit code 2.
|
Test with Py3.10 on macos
Process completed with exit code 2.
|
Test with Py3.10 on ubuntu
Process completed with exit code 2.
|
Test with Py3.11 on ubuntu
Process completed with exit code 2.
|
Test with Py3.10 on windows
Process completed with exit code 1.
|
Test with Py3.12 on windows
Process completed with exit code 1.
|
Test with Py3.11 on windows
Process completed with exit code 1.
|