3333 - uses : ./.github/actions/coverage
3434 with :
3535 flags : appsec-macos
36+ dd_api_key : ${{ secrets.DD_API_KEY }}
3637 - uses : ./.github/actions/push_to_test_optimization
3738 if : " !cancelled()"
3839 with :
5556 - uses : ./.github/actions/coverage
5657 with :
5758 flags : appsec-ubuntu
59+ dd_api_key : ${{ secrets.DD_API_KEY }}
5860 - uses : ./.github/actions/push_to_test_optimization
5961 if : " !cancelled()"
6062 with :
7375 - uses : ./.github/actions/coverage
7476 with :
7577 flags : appsec-windows
78+ dd_api_key : ${{ secrets.DD_API_KEY }}
7679 - uses : ./.github/actions/push_to_test_optimization
7780 if : " !cancelled()"
7881 with :
@@ -104,6 +107,7 @@ jobs:
104107 - uses : ./.github/actions/coverage
105108 with :
106109 flags : appsec-ldapjs
110+ dd_api_key : ${{ secrets.DD_API_KEY }}
107111 - uses : ./.github/actions/push_to_test_optimization
108112 if : " !cancelled()"
109113 with :
@@ -133,6 +137,7 @@ jobs:
133137 - uses : ./.github/actions/coverage
134138 with :
135139 flags : appsec-postgres
140+ dd_api_key : ${{ secrets.DD_API_KEY }}
136141 - uses : ./.github/actions/push_to_test_optimization
137142 if : " !cancelled()"
138143 with :
@@ -162,6 +167,7 @@ jobs:
162167 - uses : ./.github/actions/coverage
163168 with :
164169 flags : appsec-mysql
170+ dd_api_key : ${{ secrets.DD_API_KEY }}
165171 - uses : ./.github/actions/push_to_test_optimization
166172 if : " !cancelled()"
167173 with :
@@ -182,6 +188,7 @@ jobs:
182188 - uses : ./.github/actions/coverage
183189 with :
184190 flags : appsec-express
191+ dd_api_key : ${{ secrets.DD_API_KEY }}
185192 - uses : ./.github/actions/push_to_test_optimization
186193 if : " !cancelled()"
187194 with :
@@ -202,6 +209,7 @@ jobs:
202209 - uses : ./.github/actions/coverage
203210 with :
204211 flags : appsec-fastify
212+ dd_api_key : ${{ secrets.DD_API_KEY }}
205213 - uses : ./.github/actions/push_to_test_optimization
206214 if : " !cancelled()"
207215 with :
@@ -222,6 +230,7 @@ jobs:
222230 - uses : ./.github/actions/coverage
223231 with :
224232 flags : appsec-graphql
233+ dd_api_key : ${{ secrets.DD_API_KEY }}
225234 - uses : ./.github/actions/push_to_test_optimization
226235 if : " !cancelled()"
227236 with :
@@ -248,6 +257,7 @@ jobs:
248257 - uses : ./.github/actions/coverage
249258 with :
250259 flags : appsec-mongodb-core
260+ dd_api_key : ${{ secrets.DD_API_KEY }}
251261 - uses : ./.github/actions/push_to_test_optimization
252262 if : " !cancelled()"
253263 with :
@@ -274,6 +284,7 @@ jobs:
274284 - uses : ./.github/actions/coverage
275285 with :
276286 flags : appsec-mongoose
287+ dd_api_key : ${{ secrets.DD_API_KEY }}
277288 - uses : ./.github/actions/push_to_test_optimization
278289 if : " !cancelled()"
279290 with :
@@ -297,6 +308,7 @@ jobs:
297308 - uses : ./.github/actions/coverage
298309 with :
299310 flags : appsec-sourcing
311+ dd_api_key : ${{ secrets.DD_API_KEY }}
300312 - uses : ./.github/actions/push_to_test_optimization
301313 if : " !cancelled()"
302314 with :
@@ -357,6 +369,7 @@ jobs:
357369 - uses : ./.github/actions/coverage
358370 with :
359371 flags : appsec-next-${{ matrix.version }}-${{ matrix.range_clean }}
372+ dd_api_key : ${{ secrets.DD_API_KEY }}
360373 - uses : ./.github/actions/push_to_test_optimization
361374 if : " !cancelled()"
362375 with :
@@ -377,6 +390,7 @@ jobs:
377390 - uses : ./.github/actions/coverage
378391 with :
379392 flags : appsec-lodash
393+ dd_api_key : ${{ secrets.DD_API_KEY }}
380394 - uses : ./.github/actions/push_to_test_optimization
381395 if : " !cancelled()"
382396 with :
@@ -414,6 +428,7 @@ jobs:
414428 - uses : ./.github/actions/coverage
415429 with :
416430 flags : appsec-passport
431+ dd_api_key : ${{ secrets.DD_API_KEY }}
417432 - uses : ./.github/actions/push_to_test_optimization
418433 if : " !cancelled()"
419434 with :
@@ -433,6 +448,7 @@ jobs:
433448 - uses : ./.github/actions/coverage
434449 with :
435450 flags : appsec-template
451+ dd_api_key : ${{ secrets.DD_API_KEY }}
436452 - uses : ./.github/actions/push_to_test_optimization
437453 if : " !cancelled()"
438454 with :
@@ -453,6 +469,7 @@ jobs:
453469 - uses : ./.github/actions/coverage
454470 with :
455471 flags : appsec-node-serialize
472+ dd_api_key : ${{ secrets.DD_API_KEY }}
456473 - uses : ./.github/actions/push_to_test_optimization
457474 if : " !cancelled()"
458475 with :
@@ -491,6 +508,7 @@ jobs:
491508 - uses : ./.github/actions/coverage
492509 with :
493510 flags : appsec-kafka
511+ dd_api_key : ${{ secrets.DD_API_KEY }}
494512 - uses : ./.github/actions/push_to_test_optimization
495513 if : " !cancelled()"
496514 with :
@@ -507,7 +525,10 @@ jobs:
507525 - run : yarn test:appsec:plugins:ci
508526 - uses : ./.github/actions/node/latest
509527 - run : yarn test:appsec:plugins:ci
510- - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
528+ - uses : ./.github/actions/coverage
529+ with :
530+ flags : appsec-stripe
531+ dd_api_key : ${{ secrets.DD_API_KEY }}
511532 - uses : ./.github/actions/push_to_test_optimization
512533 if : " !cancelled()"
513534 with :
0 commit comments