We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d25faa6 + c40817b commit a6b9c87Copy full SHA for a6b9c87
1 file changed
.github/workflows/dspy.yml
@@ -93,6 +93,8 @@ jobs:
93
COVERAGE_PATH: integrations/dspy
94
SUBPROJECT_ID: dspy
95
COMMENT_ARTIFACT_NAME: coverage-comment-dspy
96
+ MINIMUM_GREEN: 90
97
+ MINIMUM_ORANGE: 60
98
99
- name: Run integration tests
100
run: hatch run test:integration-cov-append-retry
@@ -105,6 +107,8 @@ jobs:
105
107
106
108
SUBPROJECT_ID: dspy-combined
109
COMMENT_ARTIFACT_NAME: coverage-comment-dspy-combined
110
111
112
113
- name: Run unit tests with lowest direct dependencies
114
if: github.event_name != 'push'
0 commit comments