diff --git a/.github/workflows/dspy.yml b/.github/workflows/dspy.yml index b246bcfc59..dc59072574 100644 --- a/.github/workflows/dspy.yml +++ b/.github/workflows/dspy.yml @@ -93,6 +93,8 @@ jobs: COVERAGE_PATH: integrations/dspy SUBPROJECT_ID: dspy COMMENT_ARTIFACT_NAME: coverage-comment-dspy + MINIMUM_GREEN: 90 + MINIMUM_ORANGE: 60 - name: Run integration tests run: hatch run test:integration-cov-append-retry @@ -105,6 +107,8 @@ jobs: COVERAGE_PATH: integrations/dspy SUBPROJECT_ID: dspy-combined COMMENT_ARTIFACT_NAME: coverage-comment-dspy-combined + MINIMUM_GREEN: 90 + MINIMUM_ORANGE: 60 - name: Run unit tests with lowest direct dependencies if: github.event_name != 'push'