Skip to content

Error handling and tests #23

Error handling and tests

Error handling and tests #23

Triggered via pull request July 28, 2025 16:31
Status Failure
Total duration 1m 1s
Artifacts

Lint-and-test.yml

on: pull_request
call-workflow  /  ruff
8s
call-workflow / ruff
call-workflow  /  pyright
27s
call-workflow / pyright
call-workflow  /  code-ql
59s
call-workflow / code-ql
tests
9s
tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors
call-workflow / ruff
Process completed with exit code 123.
call-workflow / ruff
Process completed with exit code 123.
Ruff (I001): tests/test_utils.py#L1
tests/test_utils.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): tests/test_listen.py#L3
tests/test_listen.py:3:29: F401 `confluent_kafka.TopicPartition` imported but unused
Ruff (F401): tests/test_listen.py#L1
tests/test_listen.py:1:27: F401 `unittest.mock.MagicMock` imported but unused
Ruff (I001): tests/test_listen.py#L1
tests/test_listen.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): src/saluki/utils.py#L1
src/saluki/utils.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): src/saluki/listen.py#L1
src/saluki/listen.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): src/saluki/consume.py#L1
src/saluki/consume.py:1:1: I001 Import block is un-sorted or un-formatted
tests
Process completed with exit code 1.
call-workflow / pyright
Process completed with exit code 1.