Skip to content

Commit 84adbb7

Browse files
authored
1 parent 3425d4c commit 84adbb7

13 files changed

+19
-19
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
9494
# make sure no plugins alter our coverage reports
95-
plugin: noop
95+
plugins: noop
9696
verbose: true
9797
- name: Upload test results to Codecov
9898
if: ${{ !cancelled() }}
@@ -171,7 +171,7 @@ jobs:
171171
token: ${{ secrets.CODECOV_TOKEN }}
172172
files: coverage.xml
173173
# make sure no plugins alter our coverage reports
174-
plugin: noop
174+
plugins: noop
175175
verbose: true
176176
- name: Upload test results to Codecov
177177
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
9494
# make sure no plugins alter our coverage reports
95-
plugin: noop
95+
plugins: noop
9696
verbose: true
9797
- name: Upload test results to Codecov
9898
if: ${{ !cancelled() }}
@@ -171,7 +171,7 @@ jobs:
171171
token: ${{ secrets.CODECOV_TOKEN }}
172172
files: coverage.xml
173173
# make sure no plugins alter our coverage reports
174-
plugin: noop
174+
plugins: noop
175175
verbose: true
176176
- name: Upload test results to Codecov
177177
if: ${{ !cancelled() }}

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
files: coverage.xml
114114
# make sure no plugins alter our coverage reports
115-
plugin: noop
115+
plugins: noop
116116
verbose: true
117117
- name: Upload test results to Codecov
118118
if: ${{ !cancelled() }}
@@ -211,7 +211,7 @@ jobs:
211211
token: ${{ secrets.CODECOV_TOKEN }}
212212
files: coverage.xml
213213
# make sure no plugins alter our coverage reports
214-
plugin: noop
214+
plugins: noop
215215
verbose: true
216216
- name: Upload test results to Codecov
217217
if: ${{ !cancelled() }}

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

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

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
9494
# make sure no plugins alter our coverage reports
95-
plugin: noop
95+
plugins: noop
9696
verbose: true
9797
- name: Upload test results to Codecov
9898
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
files: coverage.xml
8282
# make sure no plugins alter our coverage reports
83-
plugin: noop
83+
plugins: noop
8484
verbose: true
8585
- name: Upload test results to Codecov
8686
if: ${{ !cancelled() }}
@@ -147,7 +147,7 @@ jobs:
147147
token: ${{ secrets.CODECOV_TOKEN }}
148148
files: coverage.xml
149149
# make sure no plugins alter our coverage reports
150-
plugin: noop
150+
plugins: noop
151151
verbose: true
152152
- name: Upload test results to Codecov
153153
if: ${{ !cancelled() }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
token: ${{ secrets.CODECOV_TOKEN }}
108108
files: coverage.xml
109109
# make sure no plugins alter our coverage reports
110-
plugin: noop
110+
plugins: noop
111111
verbose: true
112112
- name: Upload test results to Codecov
113113
if: ${{ !cancelled() }}
@@ -201,7 +201,7 @@ jobs:
201201
token: ${{ secrets.CODECOV_TOKEN }}
202202
files: coverage.xml
203203
# make sure no plugins alter our coverage reports
204-
plugin: noop
204+
plugins: noop
205205
verbose: true
206206
- name: Upload test results to Codecov
207207
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)