Skip to content

Commit

Permalink
ddev validate ci --sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Neale committed Dec 25, 2024
1 parent cc60936 commit 7c5e920
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,10 @@ coverage:
target: 75
flags:
- strimzi
Supabase:
target: 75
flags:
- supabase
Supervisord:
target: 75
flags:
Expand Down Expand Up @@ -1482,6 +1486,11 @@ flags:
paths:
- strimzi/datadog_checks/strimzi
- strimzi/tests
supabase:
carryforward: true
paths:
- supabase/datadog_checks/supabase
- supabase/tests
supervisord:
carryforward: true
paths:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3454,6 +3454,26 @@ jobs:
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
jfe7ceb7:
uses: ./.github/workflows/test-target.yml
with:
job-name: Supabase
target: supabase
platform: linux
runner: '["ubuntu-22.04"]'
repo: "${{ inputs.repo }}"
python-version: "${{ inputs.python-version }}"
standard: ${{ inputs.standard }}
latest: ${{ inputs.latest }}
agent-image: "${{ inputs.agent-image }}"
agent-image-py2: "${{ inputs.agent-image-py2 }}"
agent-image-windows: "${{ inputs.agent-image-windows }}"
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
test-py2: ${{ inputs.test-py2 }}
test-py3: ${{ inputs.test-py3 }}
minimum-base-package: ${{ inputs.minimum-base-package }}
pytest-args: ${{ inputs.pytest-args }}
secrets: inherit
jf04a052:
uses: ./.github/workflows/test-target.yml
with:
Expand Down

0 comments on commit 7c5e920

Please sign in to comment.