We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b77846 commit 330dddfCopy full SHA for 330dddf
plugins/node/opentelemetry-instrumentation-winston/package.json
@@ -6,7 +6,7 @@
6
"types": "build/src/index.d.ts",
7
"repository": "open-telemetry/opentelemetry-js-contrib",
8
"scripts": {
9
- "test": "npm run test-v1-v2 && npm run test-v3",
+ "test": "npm run test-v1-v2 && npm run test-v3 && nyc merge nyc_output ./coverage/coverage-final.json",
10
"test-v1-v2": "tav winston 2.4.7 npm run test-run",
11
"test-v3": "tav winston 3.17.0 npm run test-run",
12
"test-run": "nyc mocha 'test/**/*.test.ts'",
0 commit comments