Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .github/workflows/CI_coverage_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ jobs:
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}
SUBPROJECT_ID: ${{ steps.integration.outputs.name }}
COMMENT_ARTIFACT_NAME: coverage-comment-${{ steps.integration.outputs.name }}
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60
4 changes: 4 additions & 0 deletions .github/workflows/aimlapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
COVERAGE_PATH: integrations/aimlapi
SUBPROJECT_ID: aimlapi
COMMENT_ARTIFACT_NAME: coverage-comment-aimlapi
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -105,6 +107,8 @@ jobs:
COVERAGE_PATH: integrations/aimlapi
SUBPROJECT_ID: aimlapi-combined
COMMENT_ARTIFACT_NAME: coverage-comment-aimlapi-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/amazon_bedrock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
COVERAGE_PATH: integrations/amazon_bedrock
SUBPROJECT_ID: amazon_bedrock
COMMENT_ARTIFACT_NAME: coverage-comment-amazon_bedrock
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

# Do not authenticate on PRs from forks and on PRs created by dependabot
- name: AWS authentication
Expand All @@ -125,6 +127,8 @@ jobs:
COVERAGE_PATH: integrations/amazon_bedrock
SUBPROJECT_ID: amazon_bedrock-combined
COMMENT_ARTIFACT_NAME: coverage-comment-amazon_bedrock-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/amazon_sagemaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
COVERAGE_PATH: integrations/amazon_sagemaker
SUBPROJECT_ID: amazon_sagemaker
COMMENT_ARTIFACT_NAME: coverage-comment-amazon_sagemaker
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -104,6 +106,8 @@ jobs:
COVERAGE_PATH: integrations/amazon_sagemaker
SUBPROJECT_ID: amazon_sagemaker-combined
COMMENT_ARTIFACT_NAME: coverage-comment-amazon_sagemaker-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/anthropic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
COVERAGE_PATH: integrations/anthropic
SUBPROJECT_ID: anthropic
COMMENT_ARTIFACT_NAME: coverage-comment-anthropic
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -105,6 +107,8 @@ jobs:
COVERAGE_PATH: integrations/anthropic
SUBPROJECT_ID: anthropic-combined
COMMENT_ARTIFACT_NAME: coverage-comment-anthropic-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/arcadedb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
COVERAGE_PATH: integrations/arcadedb
SUBPROJECT_ID: arcadedb
COMMENT_ARTIFACT_NAME: coverage-comment-arcadedb
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -110,6 +112,8 @@ jobs:
COVERAGE_PATH: integrations/arcadedb
SUBPROJECT_ID: arcadedb-combined
COMMENT_ARTIFACT_NAME: coverage-comment-arcadedb-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/astra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
COVERAGE_PATH: integrations/astra
SUBPROJECT_ID: astra
COMMENT_ARTIFACT_NAME: coverage-comment-astra
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
env:
Expand All @@ -108,6 +110,8 @@ jobs:
COVERAGE_PATH: integrations/astra
SUBPROJECT_ID: astra-combined
COMMENT_ARTIFACT_NAME: coverage-comment-astra-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/azure_ai_search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
COVERAGE_PATH: integrations/azure_ai_search
SUBPROJECT_ID: azure_ai_search
COMMENT_ARTIFACT_NAME: coverage-comment-azure_ai_search
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -102,6 +104,8 @@ jobs:
COVERAGE_PATH: integrations/azure_ai_search
SUBPROJECT_ID: azure_ai_search-combined
COMMENT_ARTIFACT_NAME: coverage-comment-azure_ai_search-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/azure_doc_intelligence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
COVERAGE_PATH: integrations/azure_doc_intelligence
SUBPROJECT_ID: azure_doc_intelligence
COMMENT_ARTIFACT_NAME: coverage-comment-azure_doc_intelligence
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -102,6 +104,8 @@ jobs:
COVERAGE_PATH: integrations/azure_doc_intelligence
SUBPROJECT_ID: azure_doc_intelligence-combined
COMMENT_ARTIFACT_NAME: coverage-comment-azure_doc_intelligence-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/chroma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
COVERAGE_PATH: integrations/chroma
SUBPROJECT_ID: chroma
COMMENT_ARTIFACT_NAME: coverage-comment-chroma
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -108,6 +110,8 @@ jobs:
COVERAGE_PATH: integrations/chroma
SUBPROJECT_ID: chroma-combined
COMMENT_ARTIFACT_NAME: coverage-comment-chroma-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cohere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
COVERAGE_PATH: integrations/cohere
SUBPROJECT_ID: cohere
COMMENT_ARTIFACT_NAME: coverage-comment-cohere
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -105,6 +107,8 @@ jobs:
COVERAGE_PATH: integrations/cohere
SUBPROJECT_ID: cohere-combined
COMMENT_ARTIFACT_NAME: coverage-comment-cohere-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cometapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
COVERAGE_PATH: integrations/cometapi
SUBPROJECT_ID: cometapi
COMMENT_ARTIFACT_NAME: coverage-comment-cometapi
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -105,6 +107,8 @@ jobs:
COVERAGE_PATH: integrations/cometapi
SUBPROJECT_ID: cometapi-combined
COMMENT_ARTIFACT_NAME: coverage-comment-cometapi-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deepeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
COVERAGE_PATH: integrations/deepeval
SUBPROJECT_ID: deepeval
COMMENT_ARTIFACT_NAME: coverage-comment-deepeval
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -104,6 +106,8 @@ jobs:
COVERAGE_PATH: integrations/deepeval
SUBPROJECT_ID: deepeval-combined
COMMENT_ARTIFACT_NAME: coverage-comment-deepeval-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
COVERAGE_PATH: integrations/elasticsearch
SUBPROJECT_ID: elasticsearch
COMMENT_ARTIFACT_NAME: coverage-comment-elasticsearch
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -102,6 +104,8 @@ jobs:
COVERAGE_PATH: integrations/elasticsearch
SUBPROJECT_ID: elasticsearch-combined
COMMENT_ARTIFACT_NAME: coverage-comment-elasticsearch-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/faiss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
COVERAGE_PATH: integrations/faiss
SUBPROJECT_ID: faiss
COMMENT_ARTIFACT_NAME: coverage-comment-faiss
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -100,6 +102,8 @@ jobs:
COVERAGE_PATH: integrations/faiss
SUBPROJECT_ID: faiss-combined
COMMENT_ARTIFACT_NAME: coverage-comment-faiss-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60
- name: Run unit tests with lowest direct dependencies
if: matrix.python-version == '3.10' && runner.os == 'Linux'
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/fastembed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
COVERAGE_PATH: integrations/fastembed
SUBPROJECT_ID: fastembed
COMMENT_ARTIFACT_NAME: coverage-comment-fastembed
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -92,6 +94,8 @@ jobs:
COVERAGE_PATH: integrations/fastembed
SUBPROJECT_ID: fastembed-combined
COMMENT_ARTIFACT_NAME: coverage-comment-fastembed-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/firecrawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
COVERAGE_PATH: integrations/firecrawl
SUBPROJECT_ID: firecrawl
COMMENT_ARTIFACT_NAME: coverage-comment-firecrawl
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -100,6 +102,8 @@ jobs:
COVERAGE_PATH: integrations/firecrawl
SUBPROJECT_ID: firecrawl-combined
COMMENT_ARTIFACT_NAME: coverage-comment-firecrawl-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
COVERAGE_PATH: integrations/github
SUBPROJECT_ID: github
COMMENT_ARTIFACT_NAME: coverage-comment-github
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

# No integration tests yet — add integration-cov-append-retry + combined coverage step when needed

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/google_genai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
COVERAGE_PATH: integrations/google_genai
SUBPROJECT_ID: google_genai
COMMENT_ARTIFACT_NAME: coverage-comment-google_genai
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -105,6 +107,8 @@ jobs:
COVERAGE_PATH: integrations/google_genai
SUBPROJECT_ID: google_genai-combined
COMMENT_ARTIFACT_NAME: coverage-comment-google_genai-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/hanlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
COVERAGE_PATH: integrations/hanlp
SUBPROJECT_ID: hanlp
COMMENT_ARTIFACT_NAME: coverage-comment-hanlp
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -104,6 +106,8 @@ jobs:
COVERAGE_PATH: integrations/hanlp
SUBPROJECT_ID: hanlp-combined
COMMENT_ARTIFACT_NAME: coverage-comment-hanlp-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/jina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
COVERAGE_PATH: integrations/jina
SUBPROJECT_ID: jina
COMMENT_ARTIFACT_NAME: coverage-comment-jina
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -104,6 +106,8 @@ jobs:
COVERAGE_PATH: integrations/jina
SUBPROJECT_ID: jina-combined
COMMENT_ARTIFACT_NAME: coverage-comment-jina-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/kreuzberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
COVERAGE_PATH: integrations/kreuzberg
SUBPROJECT_ID: kreuzberg
COMMENT_ARTIFACT_NAME: coverage-comment-kreuzberg
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -104,6 +106,8 @@ jobs:
COVERAGE_PATH: integrations/kreuzberg
SUBPROJECT_ID: kreuzberg-combined
COMMENT_ARTIFACT_NAME: coverage-comment-kreuzberg-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/langfuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
COVERAGE_PATH: integrations/langfuse
SUBPROJECT_ID: langfuse
COMMENT_ARTIFACT_NAME: coverage-comment-langfuse
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run integration tests
run: hatch run test:integration-cov-append-retry
Expand All @@ -109,6 +111,8 @@ jobs:
COVERAGE_PATH: integrations/langfuse
SUBPROJECT_ID: langfuse-combined
COMMENT_ARTIFACT_NAME: coverage-comment-langfuse-combined
MINIMUM_GREEN: 90
MINIMUM_ORANGE: 60

- name: Run unit tests with lowest direct dependencies
if: github.event_name != 'push'
Expand Down
Loading
Loading