feat(report): improve daily intelligence UX and price tracking
Some checks failed
CI / go-test (push) Has been cancelled
CI / scripts-regression (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-05-27 17:23:08 +08:00
parent f274621013
commit f5b373caf4
29 changed files with 4257 additions and 801 deletions

View File

@@ -17,8 +17,12 @@ jobs:
go-version: "1.22"
cache: true
- name: Run Go tests
- name: Run package-level Go tests (cmd/server + internal/...)
run: go test ./...
- name: Note script test coverage boundary
run: |
echo "go test ./... only covers package-based Go code"
echo "script-level coverage runs in the scripts-regression job"
scripts-regression:
runs-on: ubuntu-latest
@@ -30,7 +34,7 @@ jobs:
go-version: "1.22"
cache: true
- name: Run targeted importer tests
- name: Run targeted script importer tests
run: bash scripts/test_importers.sh
- name: Run importer smoke gate