Skip to content

Commit b27b201

Browse files
authored
Add update_current_span to SDK 3 (#4679)
Merging `master` into `potel-base`, done in a PR because there have been some changes needed to the `span.name` setter to make it work for potel.
1 parent c27ac1f commit b27b201

19 files changed

+281
-24
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
8181
# make sure no plugins alter our coverage reports
82-
plugin: noop
82+
plugins: noop
8383
verbose: true
8484
- name: Upload test results to Codecov
8585
if: ${{ !cancelled() }}
@@ -145,7 +145,7 @@ jobs:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
files: coverage.xml
147147
# make sure no plugins alter our coverage reports
148-
plugin: noop
148+
plugins: noop
149149
verbose: true
150150
- name: Upload test results to Codecov
151151
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
8181
# make sure no plugins alter our coverage reports
82-
plugin: noop
82+
plugins: noop
8383
verbose: true
8484
- name: Upload test results to Codecov
8585
if: ${{ !cancelled() }}
@@ -145,7 +145,7 @@ jobs:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
files: coverage.xml
147147
# make sure no plugins alter our coverage reports
148-
plugin: noop
148+
plugins: noop
149149
verbose: true
150150
- name: Upload test results to Codecov
151151
if: ${{ !cancelled() }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: coverage.xml
6161
# make sure no plugins alter our coverage reports
62-
plugin: noop
62+
plugins: noop
6363
verbose: true
6464
- name: Upload test results to Codecov
6565
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100
files: coverage.xml
101101
# make sure no plugins alter our coverage reports
102-
plugin: noop
102+
plugins: noop
103103
verbose: true
104104
- name: Upload test results to Codecov
105105
if: ${{ !cancelled() }}
@@ -185,7 +185,7 @@ jobs:
185185
token: ${{ secrets.CODECOV_TOKEN }}
186186
files: coverage.xml
187187
# make sure no plugins alter our coverage reports
188-
plugin: noop
188+
plugins: noop
189189
verbose: true
190190
- name: Upload test results to Codecov
191191
if: ${{ !cancelled() }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: coverage.xml
7373
# make sure no plugins alter our coverage reports
74-
plugin: noop
74+
plugins: noop
7575
verbose: true
7676
- name: Upload test results to Codecov
7777
if: ${{ !cancelled() }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: coverage.xml
6161
# make sure no plugins alter our coverage reports
62-
plugin: noop
62+
plugins: noop
6363
verbose: true
6464
- name: Upload test results to Codecov
6565
if: ${{ !cancelled() }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: coverage.xml
7373
# make sure no plugins alter our coverage reports
74-
plugin: noop
74+
plugins: noop
7575
verbose: true
7676
- name: Upload test results to Codecov
7777
if: ${{ !cancelled() }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
files: coverage.xml
8181
# make sure no plugins alter our coverage reports
82-
plugin: noop
82+
plugins: noop
8383
verbose: true
8484
- name: Upload test results to Codecov
8585
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
token: ${{ secrets.CODECOV_TOKEN }}
6868
files: coverage.xml
6969
# make sure no plugins alter our coverage reports
70-
plugin: noop
70+
plugins: noop
7171
verbose: true
7272
- name: Upload test results to Codecov
7373
if: ${{ !cancelled() }}
@@ -121,7 +121,7 @@ jobs:
121121
token: ${{ secrets.CODECOV_TOKEN }}
122122
files: coverage.xml
123123
# make sure no plugins alter our coverage reports
124-
plugin: noop
124+
plugins: noop
125125
verbose: true
126126
- name: Upload test results to Codecov
127127
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
token: ${{ secrets.CODECOV_TOKEN }}
9595
files: coverage.xml
9696
# make sure no plugins alter our coverage reports
97-
plugin: noop
97+
plugins: noop
9898
verbose: true
9999
- name: Upload test results to Codecov
100100
if: ${{ !cancelled() }}
@@ -175,7 +175,7 @@ jobs:
175175
token: ${{ secrets.CODECOV_TOKEN }}
176176
files: coverage.xml
177177
# make sure no plugins alter our coverage reports
178-
plugin: noop
178+
plugins: noop
179179
verbose: true
180180
- name: Upload test results to Codecov
181181
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)