Skip to content
Merged

hi #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .coverage
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
run: |
pytest tests/test_categories_roadmap.py tests/test_report_categories_golden.py \
tests/test_categories_coverage.py tests/test_indexation_coverage.py tests/test_crawl_segments.py \
tests/test_terminology.py \
tests/test_terminology.py tests/test_compare_payload.py \
--cov=website_profiling.reporting --cov-config=.coveragerc.reporting \
--cov-report=term-missing --cov-fail-under=100 -q -o addopts=
- name: Pytest (tools coverage gate)
run: |
pytest tests/test_alert_checker.py tests/test_schedule_runner.py tests/test_export_audit.py \
tests/test_export_audit_coverage.py tests/test_audit_tools.py tests/test_audit_tools_expanded.py \
tests/test_compare_payload.py tests/test_audit_tools_coverage.py \
tests/test_audit_tools_coverage.py \
tests/test_mcp_registry.py tests/test_mcp_resources.py \
--cov=website_profiling.tools --cov-config=.coveragerc.tools \
--cov-report=term-missing --cov-fail-under=95 -q -o addopts=
Expand Down
2 changes: 2 additions & 0 deletions local-test.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Wrapper — run from repo root: .\local-test.ps1 [command]
& "$PSScriptRoot\scripts\local-test.ps1" @args
2 changes: 1 addition & 1 deletion scripts/local-run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Environment overrides (optional):
After start, open: http://localhost:3000/home
Run audits via sidebar "Run audit" (bottom-right FAB).

Run CI-style tests: ./local-test (bash/Git Bash/WSL) or see scripts/local-test.sh.
Run CI-style tests: .\local-test.ps1 or ./local-test (bash/Git Bash/WSL).
"@
}

Expand Down
Loading
Loading