@@ -195,21 +195,21 @@ jobs:
195195 with :
196196 token : ${{ secrets.CODECOV_ORG_TOKEN }}
197197 url : ${{ secrets.CODECOV_URL }}
198-
198+
199199 - name : Upload coverage reports to codecov (Staging)
200200 if : ${{ !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
201201 uses : codecov/codecov-action@v4
202202 with :
203203 token : ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
204204 url : ${{ secrets.CODECOV_STAGING_URL }}
205-
205+
206206 - name : Upload test result reports to codecov
207207 if : ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
208208 uses : codecov/test-results-action@v1
209209 with :
210210 token : ${{ secrets.CODECOV_ORG_TOKEN }}
211211 url : ${{ secrets.CODECOV_URL }}
212-
212+
213213 - name : Upload test result reports to codecov (Staging)
214214 if : ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov' }}
215215 uses : codecov/test-results-action@v1
@@ -279,7 +279,7 @@ jobs:
279279 strategy :
280280 fail-fast : false
281281 matrix :
282- example : ["next-js", "rollup", "vite", "webpack"]
282+ example : ["next-js", "nuxt", " rollup", "vite", "webpack"]
283283 steps :
284284 - name : Checkout
285285 uses : actions/checkout@v4
@@ -342,7 +342,7 @@ jobs:
342342 strategy :
343343 fail-fast : false
344344 matrix :
345- example : ["next-js", "rollup", "vite", "webpack"]
345+ example : ["next-js", "nuxt", " rollup", "vite", "webpack"]
346346 steps :
347347 - name : Checkout
348348 uses : actions/checkout@v4
@@ -408,6 +408,7 @@ jobs:
408408 package :
409409 [
410410 " bundler-plugin-core" ,
411+ " nuxt-plugin" ,
411412 " rollup-plugin" ,
412413 " vite-plugin" ,
413414 " webpack-plugin" ,
@@ -471,6 +472,7 @@ jobs:
471472 package :
472473 [
473474 " bundler-plugin-core" ,
475+ " nuxt-plugin" ,
474476 " rollup-plugin" ,
475477 " vite-plugin" ,
476478 " webpack-plugin" ,
0 commit comments