chore(deps): bump codecov/codecov-action from 4 to 5 - #2
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
8 errors
|
|
|
backend/tests/test_db_driver.py#L3
tests/test_db_driver.py:3:23: F401 `db_driver.DatabaseDriver` imported but unused
|
|
backend/tests/test_api.py#L3
tests/test_api.py:3:33: F401 `unittest.mock.AsyncMock` imported but unused
|
|
backend/server.py#L11
server.py:11:45: F401 `fastapi.Depends` imported but unused
|
|
backend/prompts.py#L26
prompts.py:26:1: E731 Do not assign a `lambda` expression, use a `def`
|
|
backend/db_driver_enhanced.py#L15
db_driver_enhanced.py:15:33: F401 `psycopg2.extras.RealDictCursor` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
|
backend/db_driver_enhanced.py#L7
db_driver_enhanced.py:7:36: F401 `dataclasses.asdict` imported but unused
|
|
backend/agent.py#L13
agent.py:13:8: F401 `os` imported but unused
|
The logs for this run have expired and are no longer available.
Loading