File tree Expand file tree Collapse file tree 14 files changed +41
-27
lines changed
opentelemetry-instrumentation-generic-pool
opentelemetry-instrumentation-graphql
opentelemetry-instrumentation-hapi
opentelemetry-instrumentation-ioredis
opentelemetry-instrumentation-knex
opentelemetry-instrumentation-koa
opentelemetry-instrumentation-memcached
opentelemetry-instrumentation-mongodb
opentelemetry-instrumentation-mysql2
opentelemetry-instrumentation-mysql
opentelemetry-instrumentation-nestjs-core
opentelemetry-instrumentation-net
opentelemetry-instrumentation-oracledb
opentelemetry-instrumentation-pg Expand file tree Collapse file tree 14 files changed +41
-27
lines changed Original file line number Diff line number Diff line change 66 "types" : " build/src/index.d.ts" ,
77 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
88 "scripts" : {
9- "test" : " nyc mocha 'test/**/*.ts'" ,
9+ "test" : " nyc --no-clean mocha 'test/**/*.ts'" ,
1010 "tdd" : " yarn test -- --watch-extensions ts --watch" ,
1111 "clean" : " rimraf build/*" ,
1212 "lint" : " eslint . --ext .ts" ,
1616 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-generic-pool" ,
1717 "compile" : " tsc -p ." ,
1818 "prepublishOnly" : " npm run compile" ,
19- "watch" : " tsc -w"
19+ "watch" : " tsc -w" ,
20+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2021 },
2122 "keywords" : [
2223 " generic-pool" ,
Original file line number Diff line number Diff line change 1313 "lint:fix" : " eslint . --ext .ts --fix" ,
1414 "lint:readme" : " node ../../../scripts/lint-readme.js" ,
1515 "prepublishOnly" : " npm run compile" ,
16- "test" : " nyc mocha 'test/**/*.test.ts'" ,
16+ "test" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
1717 "test-all-versions" : " tav" ,
1818 "tdd" : " npm run test -- --watch-extensions ts --watch" ,
1919 "version:update" : " node ../../../scripts/version-update.js" ,
20- "watch" : " tsc -w"
20+ "watch" : " tsc -w" ,
21+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2122 },
2223 "keywords" : [
2324 " graphql" ,
Original file line number Diff line number Diff line change 66 "types" : " build/src/index.d.ts" ,
77 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
88 "scripts" : {
9- "test" : " nyc mocha 'test/**/*.test.ts'" ,
9+ "test" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
1010 "test-all-versions" : " tav" ,
1111 "tdd" : " yarn test -- --watch-extensions ts --watch" ,
1212 "clean" : " rimraf build/*" ,
1616 "version:update" : " node ../../../scripts/version-update.js" ,
1717 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-hapi" ,
1818 "compile" : " tsc -p ." ,
19- "prepublishOnly" : " npm run compile"
19+ "prepublishOnly" : " npm run compile" ,
20+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2021 },
2122 "keywords" : [
2223 " hapi" ,
Original file line number Diff line number Diff line change 66 "types" : " build/src/index.d.ts" ,
77 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
88 "scripts" : {
9- "test" : " nyc mocha 'test/**/*.test.ts'" ,
9+ "test" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
1010 "test:debug" : " cross-env RUN_REDIS_TESTS_LOCAL=true mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'" ,
1111 "test:local" : " cross-env RUN_REDIS_TESTS_LOCAL=true npm run test" ,
1212 "test-all-versions" : " tav" ,
1919 "version:update" : " node ../../../scripts/version-update.js" ,
2020 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-ioredis" ,
2121 "compile" : " tsc -p ." ,
22- "prepublishOnly" : " npm run compile"
22+ "prepublishOnly" : " npm run compile" ,
23+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2324 },
2425 "keywords" : [
2526 " instrumentation" ,
Original file line number Diff line number Diff line change 66 "types" : " build/src/index.d.ts" ,
77 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
88 "scripts" : {
9- "test" : " nyc mocha 'test/**/*.ts'" ,
9+ "test" : " nyc --no-clean mocha 'test/**/*.ts'" ,
1010 "tdd" : " yarn test -- --watch-extensions ts --watch" ,
1111 "clean" : " rimraf build/*" ,
1212 "lint" : " eslint . --ext .ts" ,
1616 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-knex" ,
1717 "compile" : " tsc -p ." ,
1818 "prepublishOnly" : " npm run compile" ,
19- "watch" : " tsc -w"
19+ "watch" : " tsc -w" ,
20+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2021 },
2122 "keywords" : [
2223 " instrumentation" ,
Original file line number Diff line number Diff line change 66 "types" : " build/src/index.d.ts" ,
77 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
88 "scripts" : {
9- "test" : " nyc mocha 'test/**/*.ts'" ,
9+ "test" : " nyc --no-clean mocha 'test/**/*.ts'" ,
1010 "test-all-versions" : " tav" ,
1111 "tdd" : " yarn test -- --watch-extensions ts --watch" ,
1212 "clean" : " rimraf build/*" ,
1717 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-koa" ,
1818 "compile" : " tsc -p ." ,
1919 "prepublishOnly" : " npm run compile" ,
20- "watch" : " tsc -w"
20+ "watch" : " tsc -w" ,
21+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2122 },
2223 "keywords" : [
2324 " instrumentation" ,
Original file line number Diff line number Diff line change 1313 "lint:fix" : " eslint . --ext .ts --fix" ,
1414 "prepublishOnly" : " npm run compile" ,
1515 "tdd" : " npm run test -- --watch-extensions ts --watch" ,
16- "test" : " nyc mocha 'test/**/*.test.ts'" ,
16+ "test" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
1717 "test:debug" : " cross-env RUN_MEMCACHED_TESTS_LOCAL=true mocha --inspect-brk --no-timeouts 'test/**/*.test.ts'" ,
1818 "test:local" : " cross-env RUN_MEMCACHED_TESTS_LOCAL=true npm run test" ,
19- "version:update" : " node ../../../scripts/version-update.js"
19+ "version:update" : " node ../../../scripts/version-update.js" ,
20+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2021 },
2122 "keywords" : [
2223 " instrumentation" ,
Original file line number Diff line number Diff line change 2424 "setup:dev" : " nx run-many -t compile -p @opentelemetry/instrumentation-mongodb" ,
2525 "compile" : " tsc -p ." ,
2626 "prepublishOnly" : " npm run compile" ,
27- "watch" : " tsc -w"
27+ "watch" : " tsc -w" ,
28+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
2829 },
2930 "keywords" : [
3031 " mongodb" ,
Original file line number Diff line number Diff line change 1313 "lint" : " eslint . --ext .ts" ,
1414 "prepublishOnly" : " npm run compile" ,
1515 "tdd" : " npm run test -- --watch-extensions ts --watch" ,
16- "test" : " nyc mocha 'test/**/*.test.ts'" ,
17- "version:update" : " node ../../../scripts/version-update.js"
16+ "test" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
17+ "version:update" : " node ../../../scripts/version-update.js" ,
18+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
1819 },
1920 "keywords" : [
2021 " instrumentation" ,
Original file line number Diff line number Diff line change 1313 "lint" : " eslint . --ext .ts" ,
1414 "prepublishOnly" : " npm run compile" ,
1515 "tdd" : " npm run test -- --watch-extensions ts --watch" ,
16- "test" : " nyc mocha 'test/**/*.test.ts'" ,
16+ "test" : " nyc --no-clean mocha 'test/**/*.test.ts'" ,
1717 "test-all-versions" : " tav" ,
18- "version:update" : " node ../../../scripts/version-update.js"
18+ "version:update" : " node ../../../scripts/version-update.js" ,
19+ "coverage:merge" : " nyc merge .nyc_output coverage/coverage-final.json"
1920 },
2021 "keywords" : [
2122 " instrumentation" ,
You can’t perform that action at this time.
0 commit comments