Skip to content

Commit b663102

Browse files
committed
Merge coverage outputs.
1 parent bbe775d commit b663102

File tree

1 file changed

+2
-2
lines changed
  • plugins/node/opentelemetry-instrumentation-generic-pool

1 file changed

+2
-2
lines changed

plugins/node/opentelemetry-instrumentation-generic-pool/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "build/src/index.d.ts",
77
"repository": "open-telemetry/opentelemetry-js-contrib",
88
"scripts": {
9-
"test": "npm run test-v2-v2.4 && npm run test-v2.4-v3 && npm run test-v3",
9+
"test": "npm run test-v2-v2.4 && npm run test-v2.4-v3 && npm run test-v3 && nyc merge .nyc_output ./coverage/coverage-final.json",
1010
"test-v2-v2.4": "tav generic-pool 2.2.0 npm run test-run",
1111
"test-v2.4-v3": "tav generic-pool 2.5.4 npm run test-run",
1212
"test-v3": "tav generic-pool 3.9.0 npm run test-run",
13-
"test-run": "nyc mocha 'test/**/*.ts'",
13+
"test-run": "nyc --no-clean mocha 'test/**/*.ts'",
1414
"tdd": "yarn test-run -- --watch-extensions ts --watch",
1515
"clean": "rimraf build/*",
1616
"lint": "eslint . --ext .ts",

0 commit comments

Comments
 (0)