You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/documentation-validation.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,4 +164,12 @@ You can run the tests using the following command:
164
164
npm test
165
165
```
166
166
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