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 3e7c854 commit 3fd5f9bCopy full SHA for 3fd5f9b
packages/nyc-test-coverage/README.md
@@ -6,8 +6,8 @@
6
7
## Getting Started
8
9
-1. `npm install mocha nyc`
10
-2. Instantiate `WorkflowCoverage` from this package, and call `augmentWorkerOptions()` to configure Workflows to gather and export code coverage data:
+1. `npm install -D mocha nyc @temporalio/nyc-test-coverage`
+1. Instantiate `WorkflowCoverage` from this package, and call `augmentWorkerOptions()` to configure Workflows to gather and export code coverage data:
11
12
```ts
13
import { WorkflowCoverage } from '@temporalio/nyc-test-coverage';
0 commit comments