Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Dec 5, 2023
1 parent 27f5d4c commit 01b763d
Show file tree
Hide file tree
Showing 11 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-aws_lambda" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test-integrations-cloud-computing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,28 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-boto3-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test chalice latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-chalice-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test cloud_resource_context latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-cloud_resource_context-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test gcp latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-gcp-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down Expand Up @@ -96,28 +96,28 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-boto3" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test chalice pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-chalice" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test cloud_resource_context pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-cloud_resource_context" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test gcp pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-gcp" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand All @@ -138,28 +138,28 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-boto3" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test chalice py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-chalice" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test cloud_resource_context py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-cloud_resource_context" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test gcp py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-gcp" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-common" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand All @@ -64,7 +64,7 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-common" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/test-integrations-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,35 +43,35 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-arq-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test beam latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-beam-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test celery latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-celery-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test huey latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-huey-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test rq latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-rq-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down Expand Up @@ -103,35 +103,35 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-arq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test beam pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-beam" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test celery pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test huey pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-huey" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test rq pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-rq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand All @@ -152,35 +152,35 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-arq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test beam py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-beam" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test celery py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-celery" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test huey py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-huey" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test rq py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-rq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test-integrations-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,28 +65,28 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-asyncpg-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test clickhouse_driver latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-clickhouse_driver-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test pymongo latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-pymongo-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test sqlalchemy latest
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-sqlalchemy-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down Expand Up @@ -140,28 +140,28 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-asyncpg" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test clickhouse_driver pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-clickhouse_driver" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test pymongo pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test sqlalchemy pinned
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-sqlalchemy" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down Expand Up @@ -204,28 +204,28 @@ jobs:
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-asyncpg" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test clickhouse_driver py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-clickhouse_driver" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test pymongo py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- name: Test sqlalchemy py27
run: |
set -x # print commands that are executed
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-sqlalchemy" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
coverage combine .coverage*
[ -e .coverage ] && coverage combine .coverage*
coverage xml -i
- uses: codecov/codecov-action@v3
with:
Expand Down
Loading

0 comments on commit 01b763d

Please sign in to comment.