Skip to content

Commit 7b99ba8

Browse files
committed
Merge branch 'feature/support-exists-context' of github.com:kakao-hunters/sentry-python into pr/seyoon-lim/3411
2 parents 2421099 + b2b0a92 commit 7b99ba8

12 files changed

+21
-21
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
coverage xml
7979
- name: Upload coverage to Codecov
8080
if: ${{ !cancelled() }}
81-
uses: codecov/codecov-action@v5.0.7
81+
uses: codecov/codecov-action@v5.1.1
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484
files: coverage.xml
@@ -150,7 +150,7 @@ jobs:
150150
coverage xml
151151
- name: Upload coverage to Codecov
152152
if: ${{ !cancelled() }}
153-
uses: codecov/codecov-action@v5.0.7
153+
uses: codecov/codecov-action@v5.1.1
154154
with:
155155
token: ${{ secrets.CODECOV_TOKEN }}
156156
files: coverage.xml

.github/workflows/test-integrations-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
coverage xml
9898
- name: Upload coverage to Codecov
9999
if: ${{ !cancelled() }}
100-
uses: codecov/codecov-action@v5.0.7
100+
uses: codecov/codecov-action@v5.1.1
101101
with:
102102
token: ${{ secrets.CODECOV_TOKEN }}
103103
files: coverage.xml

.github/workflows/test-integrations-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v5.0.7
77+
uses: codecov/codecov-action@v5.1.1
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@v5.0.7
145+
uses: codecov/codecov-action@v5.1.1
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
coverage xml
6363
- name: Upload coverage to Codecov
6464
if: ${{ !cancelled() }}
65-
uses: codecov/codecov-action@v5.0.7
65+
uses: codecov/codecov-action@v5.1.1
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml

.github/workflows/test-integrations-dbs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
coverage xml
102102
- name: Upload coverage to Codecov
103103
if: ${{ !cancelled() }}
104-
uses: codecov/codecov-action@v5.0.7
104+
uses: codecov/codecov-action@v5.1.1
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107107
files: coverage.xml
@@ -196,7 +196,7 @@ jobs:
196196
coverage xml
197197
- name: Upload coverage to Codecov
198198
if: ${{ !cancelled() }}
199-
uses: codecov/codecov-action@v5.0.7
199+
uses: codecov/codecov-action@v5.1.1
200200
with:
201201
token: ${{ secrets.CODECOV_TOKEN }}
202202
files: coverage.xml

.github/workflows/test-integrations-graphql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v5.0.7
77+
uses: codecov/codecov-action@v5.1.1
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@v5.0.7
145+
uses: codecov/codecov-action@v5.1.1
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

.github/workflows/test-integrations-misc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
coverage xml
9191
- name: Upload coverage to Codecov
9292
if: ${{ !cancelled() }}
93-
uses: codecov/codecov-action@v5.0.7
93+
uses: codecov/codecov-action@v5.1.1
9494
with:
9595
token: ${{ secrets.CODECOV_TOKEN }}
9696
files: coverage.xml
@@ -174,7 +174,7 @@ jobs:
174174
coverage xml
175175
- name: Upload coverage to Codecov
176176
if: ${{ !cancelled() }}
177-
uses: codecov/codecov-action@v5.0.7
177+
uses: codecov/codecov-action@v5.1.1
178178
with:
179179
token: ${{ secrets.CODECOV_TOKEN }}
180180
files: coverage.xml

.github/workflows/test-integrations-network.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
coverage xml
7575
- name: Upload coverage to Codecov
7676
if: ${{ !cancelled() }}
77-
uses: codecov/codecov-action@v5.0.7
77+
uses: codecov/codecov-action@v5.1.1
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
@@ -142,7 +142,7 @@ jobs:
142142
coverage xml
143143
- name: Upload coverage to Codecov
144144
if: ${{ !cancelled() }}
145-
uses: codecov/codecov-action@v5.0.7
145+
uses: codecov/codecov-action@v5.1.1
146146
with:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml

.github/workflows/test-integrations-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
coverage xml
9393
- name: Upload coverage to Codecov
9494
if: ${{ !cancelled() }}
95-
uses: codecov/codecov-action@v5.0.7
95+
uses: codecov/codecov-action@v5.1.1
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
files: coverage.xml
@@ -178,7 +178,7 @@ jobs:
178178
coverage xml
179179
- name: Upload coverage to Codecov
180180
if: ${{ !cancelled() }}
181-
uses: codecov/codecov-action@v5.0.7
181+
uses: codecov/codecov-action@v5.1.1
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: coverage.xml

.github/workflows/test-integrations-web-1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
coverage xml
9393
- name: Upload coverage to Codecov
9494
if: ${{ !cancelled() }}
95-
uses: codecov/codecov-action@v5.0.7
95+
uses: codecov/codecov-action@v5.1.1
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}
9898
files: coverage.xml
@@ -178,7 +178,7 @@ jobs:
178178
coverage xml
179179
- name: Upload coverage to Codecov
180180
if: ${{ !cancelled() }}
181-
uses: codecov/codecov-action@v5.0.7
181+
uses: codecov/codecov-action@v5.1.1
182182
with:
183183
token: ${{ secrets.CODECOV_TOKEN }}
184184
files: coverage.xml

0 commit comments

Comments
 (0)