hermes - 💡(How to fix) Fix CI: integration tests never run (--ignore=tests/integration) [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The tests.yml CI workflow explicitly ignores integration tests: python -m pytest tests/ -q --ignore=tests/integration --ignore=tests/e2e --tb=short -n auto.

The tests/integration/ directory exists on disk with real tests but has zero CI coverage.

Root Cause

The tests.yml CI workflow explicitly ignores integration tests: python -m pytest tests/ -q --ignore=tests/integration --ignore=tests/e2e --tb=short -n auto.

The tests/integration/ directory exists on disk with real tests but has zero CI coverage.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Description

The tests.yml CI workflow explicitly ignores integration tests: python -m pytest tests/ -q --ignore=tests/integration --ignore=tests/e2e --tb=short -n auto.

The tests/integration/ directory exists on disk with real tests but has zero CI coverage.

Proposed Fix

Add a dedicated integration job that runs tests/integration/ with its own venv and env vars (OPENROUTER_API_KEY="", etc.). Also fixes the pre-existing bug #13286 once these actually run.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix CI: integration tests never run (--ignore=tests/integration) [1 pull requests]