Skip to content

Commit e5c3f2e

Browse files
committed
Merge coverage outputs.
1 parent 28f4df0 commit e5c3f2e

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-winston

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-winston/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "npm run test-v1-v2 && npm run test-v3 && nyc merge .nyc_output ./coverage/coverage-final.json",
1010
"test-v1-v2": "tav winston 2.4.7 npm run test-run",
1111
"test-v3": "tav winston 3.17.0 npm run test-run",
12-
"test-run": "nyc mocha 'test/**/*.test.ts'",
12+
"test-run": "nyc --no-clean mocha 'test/**/*.test.ts'",
1313
"test-all-versions": "tav",
1414
"tdd": "npm run test-run -- --watch-extensions ts --watch",
1515
"clean": "rimraf build/*",

0 commit comments

Comments
 (0)