File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ pkg-status:unmaintained:
278278 - changed-files :
279279 - any-glob-to-any-file :
280280 - detectors/node/opentelemetry-resource-detector-github/**
281+ - packages/opentelemetry-redis-common/**
281282 - plugins/node/instrumentation-fs/**
282283 - plugins/node/instrumentation-tedious/**
283284 - plugins/node/opentelemetry-instrumentation-connect/**
@@ -288,6 +289,9 @@ pkg-status:unmaintained:
288289 - plugins/node/opentelemetry-instrumentation-knex/**
289290 - plugins/node/opentelemetry-instrumentation-koa/**
290291 - plugins/node/opentelemetry-instrumentation-memcached/**
292+ - plugins/node/opentelemetry-instrumentation-mongodb/**
293+ - plugins/node/opentelemetry-instrumentation-mysql/**
294+ - plugins/node/opentelemetry-instrumentation-mysql2/**
291295 - plugins/node/opentelemetry-instrumentation-nestjs-core/**
292296 - plugins/node/opentelemetry-instrumentation-restify/**
293297 - plugins/node/opentelemetry-instrumentation-router/**
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ components:
4242 - pichlermarc
4343 - legendecas
4444 - blumamir
45- packages/opentelemetry-redis-common :
46- - haddasbronfman
45+ packages/opentelemetry-redis-common : []
46+ # Unmaintained
4747 packages/opentelemetry-test-utils :
4848 - dyladan
4949 - pichlermarc
@@ -102,12 +102,12 @@ components:
102102 # Unmaintained
103103 plugins/node/opentelemetry-instrumentation-memcached : []
104104 # Unmaintained
105- plugins/node/opentelemetry-instrumentation-mongodb :
106- - osherv
107- plugins/node/opentelemetry-instrumentation-mysql :
108- - haddasbronfman
109- plugins/node/opentelemetry-instrumentation-mysql2 :
110- - haddasbronfman
105+ plugins/node/opentelemetry-instrumentation-mongodb : []
106+ # Unmaintained
107+ plugins/node/opentelemetry-instrumentation-mysql : []
108+ # Unmaintained
109+ plugins/node/opentelemetry-instrumentation-mysql2 : []
110+ # Unmaintained
111111 plugins/node/opentelemetry-instrumentation-nestjs-core : []
112112 # Unmaintained
113113 plugins/node/opentelemetry-instrumentation-net :
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ jobs:
139139 - name : Report Coverage
140140 if : ${{ matrix.code-coverage && !cancelled()}}
141141 uses : codecov/codecov-action@v4
142+ env :
143+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
142144 with :
143145 verbose : true
144146
@@ -170,5 +172,7 @@ jobs:
170172 run : npm run test:browser
171173 - name : Report Coverage
172174 uses : codecov/codecov-action@v4
175+ env :
176+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
173177 with :
174178 verbose : true
You can’t perform that action at this time.
0 commit comments