Skip to content

Commit a6b9c87

Browse files
authored
Merge branch 'main' into google-genai-tests
2 parents d25faa6 + c40817b commit a6b9c87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/dspy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
COVERAGE_PATH: integrations/dspy
9494
SUBPROJECT_ID: dspy
9595
COMMENT_ARTIFACT_NAME: coverage-comment-dspy
96+
MINIMUM_GREEN: 90
97+
MINIMUM_ORANGE: 60
9698

9799
- name: Run integration tests
98100
run: hatch run test:integration-cov-append-retry
@@ -105,6 +107,8 @@ jobs:
105107
COVERAGE_PATH: integrations/dspy
106108
SUBPROJECT_ID: dspy-combined
107109
COMMENT_ARTIFACT_NAME: coverage-comment-dspy-combined
110+
MINIMUM_GREEN: 90
111+
MINIMUM_ORANGE: 60
108112

109113
- name: Run unit tests with lowest direct dependencies
110114
if: github.event_name != 'push'

0 commit comments

Comments
 (0)