feat: Production hardening - infrastructure, CI/CD, observability, an… #6
ci.yml
on: push
Lint & Type Check
44s
Test & Coverage
50s
Security Scan
44s
Build & Scan Docker Image
19s
CI Summary
3s
Annotations
12 errors and 1 warning
|
Build & Scan Docker Image
buildx failed with: ERROR: failed to build: failed to solve: failed to compute cache key: failed to calculate checksum of ref dn00a7uqvm9zzcesgyipkr27w::whtewnxaniwb3nvrink9h0ofo: "/data": not found
|
|
Ruff (I001):
src/components/learning_resources.py#L1
src/components/learning_resources.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
src/components/future_trends.py#L5
src/components/future_trends.py:5:17: F401 `numpy` imported but unused
|
|
Ruff (F401):
src/components/future_trends.py#L2
src/components/future_trends.py:2:26: F401 `plotly.express` imported but unused
|
|
Ruff (I001):
src/components/future_trends.py#L1
src/components/future_trends.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (B905):
src/components/decision_helper.py#L219
src/components/decision_helper.py:219:35: B905 `zip()` without an explicit `strict=` parameter
|
|
Ruff (F401):
src/components/decision_helper.py#L2
src/components/decision_helper.py:2:18: F401 `pandas` imported but unused
|
|
Ruff (I001):
src/components/decision_helper.py#L1
src/components/decision_helper.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
src/app.py#L50
src/app.py:50:51: F401 `utils.helpers.get_time_range_dates` imported but unused
|
|
Ruff (F401):
src/app.py#L2
src/app.py:2:22: F401 `datetime.datetime` imported but unused
|
|
Ruff (I001):
src/app.py#L1
src/app.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
CI Summary
Process completed with exit code 1.
|
|
Test & Coverage
No files were found with the provided path: coverage.xml
htmlcov/. No artifacts will be uploaded.
|