Skip to content
Merged
Show file tree
Hide file tree
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
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-agents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -69,21 +72,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All Agents tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-ai-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -73,21 +76,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All AI Workflow tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -89,21 +92,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All AI tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -85,21 +88,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All Cloud tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -65,21 +68,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All Common tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -105,21 +108,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All DBs tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -77,21 +80,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All Flags tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-gevent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -65,21 +68,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All Gevent tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -77,21 +80,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All GraphQL tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-mcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -69,21 +72,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All MCP tests passed
Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/test-integrations-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:
cancel-in-progress: true
permissions:
contents: read
actions: read
pull-requests: write
statuses: write
env:
BUILD_CACHE_KEY: ${{ github.sha }}
CACHED_BUILD_PATHS: |
Expand Down Expand Up @@ -97,21 +100,13 @@ jobs:
run: |
coverage combine .coverage-sentry-*
coverage xml
- name: Upload coverage to Codecov
- name: Parse and Upload Coverage
if: ${{ !cancelled() }}
uses: codecov/codecov-action@v5.5.2
uses: getsentry/codecov-action@main
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: coverage.xml
# make sure no plugins alter our coverage reports
plugins: noop
verbose: true
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .junitxml
junit-xml-pattern: .junitxml
verbose: true
check_required_tests:
name: All Misc tests passed
Expand Down
Loading
Loading