Skip to content

Capture warnings and report to sentry #8248

Capture warnings and report to sentry

Capture warnings and report to sentry #8248

Triggered via pull request February 28, 2025 17:15
Status Cancelled
Total duration 4m 52s
Artifacts

ci.yaml

on: pull_request
Prepare Python dependencies
7s
Prepare Python dependencies
Run tests Python 3.13.2
4m 32s
Run tests Python 3.13.2
Check ruff-format
8s
Check ruff-format
Check ruff
9s
Check ruff
Check Dockerfile
8s
Check Dockerfile
Check executables
10s
Check executables
Check JSON
15s
Check JSON
Check pylint
43s
Check pylint
Process test coverage
0s
Process test coverage
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Check ruff-format
Process completed with exit code 1.
Ruff (D401): supervisor/bootstrap.py#L227
supervisor/bootstrap.py:227:5: D401 First line of docstring should be in imperative mood: "Custom warning handler that logs warnings using the logging module."
Ruff (G004): supervisor/bootstrap.py#L228
supervisor/bootstrap.py:228:21: G004 Logging statement uses f-string
Ruff (TRY004): supervisor/bootstrap.py#L231
supervisor/bootstrap.py:231:9: TRY004 Prefer `TypeError` exception for invalid type
Check ruff
Process completed with exit code 1.
Check pylint
Process completed with exit code 4.
Run tests Python 3.13.2
Canceling since a higher priority waiting request for 'CI-refs/pull/5697/merge' exists
Run tests Python 3.13.2
The operation was canceled.
Check pylint: supervisor/bootstrap.py#L231
W0719: Raising too general exception: Exception (broad-exception-raised)