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 49e5b56 commit 54d1621Copy full SHA for 54d1621
packages/plugin-doc-coverage/README.md
@@ -35,7 +35,7 @@ Measured documentation types are mapped to Code PushUp audits in the following w
35
pnpm add --save-dev @code-pushup/doc-coverage-plugin
36
```
37
38
-3. Add this plugin to the `plugins` array in your Code PushUp CLI config file (e.g. `code-pushup.config.js`).
+3. Add this plugin to the `plugins` array in your Code PushUp CLI config file (e.g. `code-pushup.config.ts`).
39
40
Pass the target files to analyze and optionally specify which types of documentation you want to track.
41
You can skip for example tests by defining in the sourceGlob the path to the tests folder or pattern to match the tests files with the `!` symbol.
0 commit comments