Skip to content

Commit

Permalink
coverage erase
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Dec 5, 2023
1 parent 3e913fe commit 7262deb
Show file tree
Hide file tree
Showing 11 changed files with 117 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-integrations-aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Test aws_lambda pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-aws_lambda" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test-integrations-cloud-computing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Test boto3 latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-boto3-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -50,6 +51,7 @@ jobs:
- name: Test chalice latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-chalice-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -59,6 +61,7 @@ jobs:
- name: Test cloud_resource_context latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-cloud_resource_context-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -68,6 +71,7 @@ jobs:
- name: Test gcp latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-gcp-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down Expand Up @@ -102,6 +106,7 @@ jobs:
- name: Test boto3 pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-boto3" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -111,6 +116,7 @@ jobs:
- name: Test chalice pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-chalice" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -120,6 +126,7 @@ jobs:
- name: Test cloud_resource_context pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-cloud_resource_context" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -129,6 +136,7 @@ jobs:
- name: Test gcp pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-gcp" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -152,6 +160,7 @@ jobs:
- name: Test boto3 py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-boto3" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -161,6 +170,7 @@ jobs:
- name: Test chalice py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-chalice" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -170,6 +180,7 @@ jobs:
- name: Test cloud_resource_context py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-cloud_resource_context" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -179,6 +190,7 @@ jobs:
- name: Test gcp py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-gcp" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Test common pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-common" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -64,6 +65,7 @@ jobs:
- name: Test common py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-common" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/test-integrations-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Test arq latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-arq-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -50,6 +51,7 @@ jobs:
- name: Test beam latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-beam-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -59,6 +61,7 @@ jobs:
- name: Test celery latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-celery-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -68,6 +71,7 @@ jobs:
- name: Test huey latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-huey-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -77,6 +81,7 @@ jobs:
- name: Test rq latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-rq-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down Expand Up @@ -111,6 +116,7 @@ jobs:
- name: Test arq pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-arq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -120,6 +126,7 @@ jobs:
- name: Test beam pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-beam" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -129,6 +136,7 @@ jobs:
- name: Test celery pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -138,6 +146,7 @@ jobs:
- name: Test huey pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-huey" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -147,6 +156,7 @@ jobs:
- name: Test rq pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-rq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -170,6 +180,7 @@ jobs:
- name: Test arq py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-arq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -179,6 +190,7 @@ jobs:
- name: Test beam py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-beam" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -188,6 +200,7 @@ jobs:
- name: Test celery py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-celery" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -197,6 +210,7 @@ jobs:
- name: Test huey py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-huey" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -206,6 +220,7 @@ jobs:
- name: Test rq py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-rq" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/test-integrations-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Test asyncpg latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-asyncpg-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -72,6 +73,7 @@ jobs:
- name: Test clickhouse_driver latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-clickhouse_driver-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -81,6 +83,7 @@ jobs:
- name: Test pymongo latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-pymongo-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -90,6 +93,7 @@ jobs:
- name: Test sqlalchemy latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-sqlalchemy-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down Expand Up @@ -146,6 +150,7 @@ jobs:
- name: Test asyncpg pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-asyncpg" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -155,6 +160,7 @@ jobs:
- name: Test clickhouse_driver pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-clickhouse_driver" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -164,6 +170,7 @@ jobs:
- name: Test pymongo pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -173,6 +180,7 @@ jobs:
- name: Test sqlalchemy pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-sqlalchemy" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down Expand Up @@ -218,6 +226,7 @@ jobs:
- name: Test asyncpg py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-asyncpg" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -227,6 +236,7 @@ jobs:
- name: Test clickhouse_driver py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-clickhouse_driver" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -236,6 +246,7 @@ jobs:
- name: Test pymongo py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-pymongo" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -245,6 +256,7 @@ jobs:
- name: Test sqlalchemy py27
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py2.7-sqlalchemy" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Test ariadne latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-ariadne-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -50,6 +51,7 @@ jobs:
- name: Test gql latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-gql-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -59,6 +61,7 @@ jobs:
- name: Test graphene latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-graphene-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -68,6 +71,7 @@ jobs:
- name: Test strawberry latest
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh "py${{ matrix.python-version }}-strawberry-latest" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down Expand Up @@ -102,6 +106,7 @@ jobs:
- name: Test ariadne pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-ariadne" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -111,6 +116,7 @@ jobs:
- name: Test gql pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-gql" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -120,6 +126,7 @@ jobs:
- name: Test graphene pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-graphene" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand All @@ -129,6 +136,7 @@ jobs:
- name: Test strawberry pinned
run: |
set -x # print commands that are executed
coverage erase
# Run tests
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-strawberry" --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
if [ -e .coverage ]; then
Expand Down
Loading

0 comments on commit 7262deb

Please sign in to comment.