File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ jobs:
190190 run : npm run test:ci:changed
191191 - name : Test All Versions (Delta)
192192 run : npm run test-all-versions:ci:changed
193+ # TODO: remove
194+ - name : List instr files
195+ run : find plugins/node/instrumentation-undici
193196 # TODO: save coverage for later
194197 - name : Upload Test Artifacts
195198 uses : actions/upload-artifact@v4
@@ -201,7 +204,7 @@ jobs:
201204 path : |
202205 !node_modules
203206 **/.nyc_output/**
204- **/coverage/**
207+
205208 # TODO: how to put back everythign in coverage???
206209 test-coverage-report :
207210 runs-on : ubuntu-latest
@@ -231,8 +234,8 @@ jobs:
231234 with :
232235 name : tests-coverage-cache-${{ github.run_number }}-22
233236 path : .
234- - name : List all directories
235- run : find . -type d
237+ - name : List instr files
238+ run : find plugins/node/instrumentation-undici
236239 # - name: Report Coverage
237240 # uses: codecov/codecov-action@v5
238241 # env:
You can’t perform that action at this time.
0 commit comments