Skip to content

codefactor knows better than coderabbitai #2180

codefactor knows better than coderabbitai

codefactor knows better than coderabbitai #2180

Re-run triggered June 12, 2025 14:04
Status Failure
Total duration 24s
Artifacts

verify.yml

on: push
Ruff check and force
6s
Ruff check and force
Check commit
48s
Check commit
Matrix: prepare-test-cache
Matrix: pytest
Process test coverage
Process test coverage
Run mypy
Run mypy
Process test complexity
0s
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Run pytest using Python 3.13
Process completed with exit code 1.
Run pytest using Python 3.13: tests/test_usb.py#L2493
TestStick.test_node_discovery_and_load AssertionError: assert [<NodeFeature...'power'>, ...] == [<NodeFeature...'relay'>, ...] At index 1 diff: <NodeFeature.CIRCLEPLUS: 'circleplus'> != <NodeFeature.ENERGY: 'energy'> Left contains one more item: <NodeFeature.RELAY_LOCK: 'relay_lock'> Full diff: [ <NodeFeature.AVAILABLE: 'available'>, + <NodeFeature.CIRCLEPLUS: 'circleplus'>, <NodeFeature.ENERGY: 'energy'>, <NodeFeature.INFO: 'info'>, <NodeFeature.PING: 'ping'>, <NodeFeature.POWER: 'power'>, <NodeFeature.RELAY: 'relay'>, <NodeFeature.RELAY_LOCK: 'relay_lock'>, ]