Skip to content

Commit 659f476

Browse files
committed
Update documentation with test coverage information
1 parent 8d06bb2 commit 659f476

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/guides/documentation-validation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,12 @@ You can run the tests using the following command:
164164
npm test
165165
```
166166

167-
This will run all unit and integration tests to verify that the documentation validation features are working correctly.
167+
To generate test coverage reports, use:
168+
169+
```bash
170+
npm run test:coverage
171+
```
172+
173+
This will run all unit and integration tests and generate detailed coverage reports in the `coverage` directory. The coverage badge in the README.md shows the current test coverage status.
174+
175+
We maintain high test coverage to ensure the reliability of the documentation validation features.

0 commit comments

Comments
 (0)