Skip to content

Commit 3ce8065

Browse files
authored
Merge branch 'master' into potel-base
2 parents 178c6a5 + 53897ff commit 3ce8065

12 files changed

+84
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,16 @@ jobs:
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
files: coverage.xml
75+
# make sure no plugins alter our coverage reports
76+
plugin: noop
77+
verbose: true
7578
- name: Upload test results to Codecov
7679
if: ${{ !cancelled() }}
7780
uses: codecov/test-results-action@v1
7881
with:
7982
token: ${{ secrets.CODECOV_TOKEN }}
8083
files: .junitxml
84+
verbose: true
8185
test-ai-pinned:
8286
name: AI (pinned)
8387
timeout-minutes: 30
@@ -130,12 +134,16 @@ jobs:
130134
with:
131135
token: ${{ secrets.CODECOV_TOKEN }}
132136
files: coverage.xml
137+
# make sure no plugins alter our coverage reports
138+
plugin: noop
139+
verbose: true
133140
- name: Upload test results to Codecov
134141
if: ${{ !cancelled() }}
135142
uses: codecov/test-results-action@v1
136143
with:
137144
token: ${{ secrets.CODECOV_TOKEN }}
138145
files: .junitxml
146+
verbose: true
139147
check_required_tests:
140148
name: All AI tests passed
141149
needs: test-ai-pinned

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,16 @@ jobs:
9191
with:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
94+
# make sure no plugins alter our coverage reports
95+
plugin: noop
96+
verbose: true
9497
- name: Upload test results to Codecov
9598
if: ${{ !cancelled() }}
9699
uses: codecov/test-results-action@v1
97100
with:
98101
token: ${{ secrets.CODECOV_TOKEN }}
99102
files: .junitxml
103+
verbose: true
100104
check_required_tests:
101105
name: All AWS Lambda tests passed
102106
needs: test-aws_lambda-pinned

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
71+
# make sure no plugins alter our coverage reports
72+
plugin: noop
73+
verbose: true
7174
- name: Upload test results to Codecov
7275
if: ${{ !cancelled() }}
7376
uses: codecov/test-results-action@v1
7477
with:
7578
token: ${{ secrets.CODECOV_TOKEN }}
7679
files: .junitxml
80+
verbose: true
7781
test-cloud_computing-pinned:
7882
name: Cloud Computing (pinned)
7983
timeout-minutes: 30
@@ -122,12 +126,16 @@ jobs:
122126
with:
123127
token: ${{ secrets.CODECOV_TOKEN }}
124128
files: coverage.xml
129+
# make sure no plugins alter our coverage reports
130+
plugin: noop
131+
verbose: true
125132
- name: Upload test results to Codecov
126133
if: ${{ !cancelled() }}
127134
uses: codecov/test-results-action@v1
128135
with:
129136
token: ${{ secrets.CODECOV_TOKEN }}
130137
files: .junitxml
138+
verbose: true
131139
check_required_tests:
132140
name: All Cloud Computing tests passed
133141
needs: test-cloud_computing-pinned

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,16 @@ jobs:
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: coverage.xml
59+
# make sure no plugins alter our coverage reports
60+
plugin: noop
61+
verbose: true
5962
- name: Upload test results to Codecov
6063
if: ${{ !cancelled() }}
6164
uses: codecov/test-results-action@v1
6265
with:
6366
token: ${{ secrets.CODECOV_TOKEN }}
6467
files: .junitxml
68+
verbose: true
6569
check_required_tests:
6670
name: All Common tests passed
6771
needs: test-common-pinned

.github/workflows/test-integrations-data-processing.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,16 @@ jobs:
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
files: coverage.xml
89+
# make sure no plugins alter our coverage reports
90+
plugin: noop
91+
verbose: true
8992
- name: Upload test results to Codecov
9093
if: ${{ !cancelled() }}
9194
uses: codecov/test-results-action@v1
9295
with:
9396
token: ${{ secrets.CODECOV_TOKEN }}
9497
files: .junitxml
98+
verbose: true
9599
test-data_processing-pinned:
96100
name: Data Processing (pinned)
97101
timeout-minutes: 30
@@ -158,12 +162,16 @@ jobs:
158162
with:
159163
token: ${{ secrets.CODECOV_TOKEN }}
160164
files: coverage.xml
165+
# make sure no plugins alter our coverage reports
166+
plugin: noop
167+
verbose: true
161168
- name: Upload test results to Codecov
162169
if: ${{ !cancelled() }}
163170
uses: codecov/test-results-action@v1
164171
with:
165172
token: ${{ secrets.CODECOV_TOKEN }}
166173
files: .junitxml
174+
verbose: true
167175
check_required_tests:
168176
name: All Data Processing tests passed
169177
needs: test-data_processing-pinned

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,16 @@ jobs:
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
9797
files: coverage.xml
98+
# make sure no plugins alter our coverage reports
99+
plugin: noop
100+
verbose: true
98101
- name: Upload test results to Codecov
99102
if: ${{ !cancelled() }}
100103
uses: codecov/test-results-action@v1
101104
with:
102105
token: ${{ secrets.CODECOV_TOKEN }}
103106
files: .junitxml
107+
verbose: true
104108
test-databases-pinned:
105109
name: Databases (pinned)
106110
timeout-minutes: 30
@@ -176,12 +180,16 @@ jobs:
176180
with:
177181
token: ${{ secrets.CODECOV_TOKEN }}
178182
files: coverage.xml
183+
# make sure no plugins alter our coverage reports
184+
plugin: noop
185+
verbose: true
179186
- name: Upload test results to Codecov
180187
if: ${{ !cancelled() }}
181188
uses: codecov/test-results-action@v1
182189
with:
183190
token: ${{ secrets.CODECOV_TOKEN }}
184191
files: .junitxml
192+
verbose: true
185193
check_required_tests:
186194
name: All Databases tests passed
187195
needs: test-databases-pinned

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
71+
# make sure no plugins alter our coverage reports
72+
plugin: noop
73+
verbose: true
7174
- name: Upload test results to Codecov
7275
if: ${{ !cancelled() }}
7376
uses: codecov/test-results-action@v1
7477
with:
7578
token: ${{ secrets.CODECOV_TOKEN }}
7679
files: .junitxml
80+
verbose: true
7781
test-graphql-pinned:
7882
name: GraphQL (pinned)
7983
timeout-minutes: 30
@@ -122,12 +126,16 @@ jobs:
122126
with:
123127
token: ${{ secrets.CODECOV_TOKEN }}
124128
files: coverage.xml
129+
# make sure no plugins alter our coverage reports
130+
plugin: noop
131+
verbose: true
125132
- name: Upload test results to Codecov
126133
if: ${{ !cancelled() }}
127134
uses: codecov/test-results-action@v1
128135
with:
129136
token: ${{ secrets.CODECOV_TOKEN }}
130137
files: .junitxml
138+
verbose: true
131139
check_required_tests:
132140
name: All GraphQL tests passed
133141
needs: test-graphql-pinned

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,16 @@ jobs:
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
files: coverage.xml
75+
# make sure no plugins alter our coverage reports
76+
plugin: noop
77+
verbose: true
7578
- name: Upload test results to Codecov
7679
if: ${{ !cancelled() }}
7780
uses: codecov/test-results-action@v1
7881
with:
7982
token: ${{ secrets.CODECOV_TOKEN }}
8083
files: .junitxml
84+
verbose: true
8185
test-miscellaneous-pinned:
8286
name: Miscellaneous (pinned)
8387
timeout-minutes: 30
@@ -130,12 +134,16 @@ jobs:
130134
with:
131135
token: ${{ secrets.CODECOV_TOKEN }}
132136
files: coverage.xml
137+
# make sure no plugins alter our coverage reports
138+
plugin: noop
139+
verbose: true
133140
- name: Upload test results to Codecov
134141
if: ${{ !cancelled() }}
135142
uses: codecov/test-results-action@v1
136143
with:
137144
token: ${{ secrets.CODECOV_TOKEN }}
138145
files: .junitxml
146+
verbose: true
139147
check_required_tests:
140148
name: All Miscellaneous tests passed
141149
needs: test-miscellaneous-pinned

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@ jobs:
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage.xml
71+
# make sure no plugins alter our coverage reports
72+
plugin: noop
73+
verbose: true
7174
- name: Upload test results to Codecov
7275
if: ${{ !cancelled() }}
7376
uses: codecov/test-results-action@v1
7477
with:
7578
token: ${{ secrets.CODECOV_TOKEN }}
7679
files: .junitxml
80+
verbose: true
7781
test-networking-pinned:
7882
name: Networking (pinned)
7983
timeout-minutes: 30
@@ -122,12 +126,16 @@ jobs:
122126
with:
123127
token: ${{ secrets.CODECOV_TOKEN }}
124128
files: coverage.xml
129+
# make sure no plugins alter our coverage reports
130+
plugin: noop
131+
verbose: true
125132
- name: Upload test results to Codecov
126133
if: ${{ !cancelled() }}
127134
uses: codecov/test-results-action@v1
128135
with:
129136
token: ${{ secrets.CODECOV_TOKEN }}
130137
files: .junitxml
138+
verbose: true
131139
check_required_tests:
132140
name: All Networking tests passed
133141
needs: test-networking-pinned

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,16 @@ jobs:
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}
8888
files: coverage.xml
89+
# make sure no plugins alter our coverage reports
90+
plugin: noop
91+
verbose: true
8992
- name: Upload test results to Codecov
9093
if: ${{ !cancelled() }}
9194
uses: codecov/test-results-action@v1
9295
with:
9396
token: ${{ secrets.CODECOV_TOKEN }}
9497
files: .junitxml
98+
verbose: true
9599
test-web_frameworks_1-pinned:
96100
name: Web Frameworks 1 (pinned)
97101
timeout-minutes: 30
@@ -158,12 +162,16 @@ jobs:
158162
with:
159163
token: ${{ secrets.CODECOV_TOKEN }}
160164
files: coverage.xml
165+
# make sure no plugins alter our coverage reports
166+
plugin: noop
167+
verbose: true
161168
- name: Upload test results to Codecov
162169
if: ${{ !cancelled() }}
163170
uses: codecov/test-results-action@v1
164171
with:
165172
token: ${{ secrets.CODECOV_TOKEN }}
166173
files: .junitxml
174+
verbose: true
167175
check_required_tests:
168176
name: All Web Frameworks 1 tests passed
169177
needs: test-web_frameworks_1-pinned

0 commit comments

Comments
 (0)