You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open issues reviewed: 16 open issues, all tracked and already known — primary gaps are test coverage for _analyze_subject / _calculate_risk_level (issue #463) and NLP detection methods (issue #462)
No new issues created
All known gaps are already tracked. No regressions detected.
Bash commands used
python3 -m pytest --tb=short -q # could not run — pytest not installed, network blocked
pip install -r requirements-ci.txt -q --break-system-packages # blocked: proxy 403
python3 -c "import ast; [ast.parse(open(f).read()) for f in glob('src/**/*.py', recursive=True)]"# ✅ passed
python3 -c "import importlib.util; ..."# ✅ no spec errors
grep -rn "_analyze_subject|_check_sender|_calculate_risk_level" tests/
head -20 CHANGELOG.md
⚠️pip install was refused due to network firewall (proxy 403). Tests could not be run locally; relied on CI Pytest workflow results instead.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Status: 🟢 Healthy — no new issues found
Checks performed
ast.parse()— no syntax errorsREADME.md,.env.example,Dockerfile,docker-compose.yml,CHANGELOG.mdall present ✅_analyze_subject/_calculate_risk_level(issue #463) and NLP detection methods (issue #462)No new issues created
All known gaps are already tracked. No regressions detected.
Bash commands used
Beta Was this translation helpful? Give feedback.
All reactions