feat(report): improve daily intelligence UX and price tracking
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user