Add comprehensive test suite and CI/CD pipeline for PR checks #5
ci.yml
on: pull_request
Annotations
14 errors
|
Ruff (F401):
tests/conftest.py#L6
tests/conftest.py:6:8: F401 `sqlite3` imported but unused
|
|
Ruff (F401):
start_server.py#L4
start_server.py:4:8: F401 `time` imported but unused
|
|
Ruff (F401):
start_server.py#L1
start_server.py:1:8: F401 `os` imported but unused
|
|
Ruff (E722):
restart.py#L13
restart.py:13:5: E722 Do not use bare `except`
|
|
Ruff (F401):
restart.py#L6
restart.py:6:8: F401 `os` imported but unused
|
|
Ruff (F401):
restart.py#L4
restart.py:4:8: F401 `signal` imported but unused
|
|
Ruff (E701):
app.py#L247
app.py:247:39: E701 Multiple statements on one line (colon)
|
|
Ruff (E701):
app.py#L191
app.py:191:39: E701 Multiple statements on one line (colon)
|
|
Ruff (E701):
app.py#L137
app.py:137:39: E701 Multiple statements on one line (colon)
|
|
Ruff (F401):
app.py#L4
app.py:4:30: F401 `fastapi.HTTPException` imported but unused
|
|
Run Tests (3.11)
Process completed with exit code 1.
|
|
Run Tests (3.10)
Process completed with exit code 1.
|
|
Run Tests (3.12)
Process completed with exit code 1.
|
|
PR Check Summary
Process completed with exit code 1.
|