Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .github/workflows/dspy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
Loading