Skip to content

Commit b966e31

Browse files
Merge pull request #13 from codefrydev/windowsRelatedIssues
2 parents b5d73e1 + ddfb49d commit b966e31

36 files changed

Lines changed: 2290 additions & 271 deletions

.coverage

-16 KB
Binary file not shown.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
run: |
4040
pytest tests/test_categories_roadmap.py tests/test_report_categories_golden.py \
4141
tests/test_categories_coverage.py tests/test_indexation_coverage.py tests/test_crawl_segments.py \
42-
tests/test_terminology.py \
42+
tests/test_terminology.py tests/test_compare_payload.py \
4343
--cov=website_profiling.reporting --cov-config=.coveragerc.reporting \
4444
--cov-report=term-missing --cov-fail-under=100 -q -o addopts=
4545
- name: Pytest (tools coverage gate)
4646
run: |
4747
pytest tests/test_alert_checker.py tests/test_schedule_runner.py tests/test_export_audit.py \
4848
tests/test_export_audit_coverage.py tests/test_audit_tools.py tests/test_audit_tools_expanded.py \
49-
tests/test_compare_payload.py tests/test_audit_tools_coverage.py \
49+
tests/test_audit_tools_coverage.py \
5050
tests/test_mcp_registry.py tests/test_mcp_resources.py \
5151
--cov=website_profiling.tools --cov-config=.coveragerc.tools \
5252
--cov-report=term-missing --cov-fail-under=95 -q -o addopts=

local-test.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Wrapper — run from repo root: .\local-test.ps1 [command]
2+
& "$PSScriptRoot\scripts\local-test.ps1" @args

scripts/local-run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Environment overrides (optional):
301301
After start, open: http://localhost:3000/home
302302
Run audits via sidebar "Run audit" (bottom-right FAB).
303303
304-
Run CI-style tests: ./local-test (bash/Git Bash/WSL) or see scripts/local-test.sh.
304+
Run CI-style tests: .\local-test.ps1 or ./local-test (bash/Git Bash/WSL).
305305
"@
306306
}
307307

0 commit comments

Comments
 (0)