File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,8 @@ the first command `./configure --coverage`).
281
281
_ Generating a test coverage report can take several minutes._
282
282
283
283
To collect coverage for a subset of tests you can set the ` CI_JS_SUITES ` and
284
- ` CI_NATIVE_SUITES ` variables:
284
+ ` CI_NATIVE_SUITES ` variables (to run specific suites, e.g., ` child-process ` , in
285
+ isolation, unset the opposing ` _SUITES ` variable):
285
286
286
287
``` text
287
288
$ CI_JS_SUITES=child-process CI_NATIVE_SUITES= make coverage
@@ -290,8 +291,8 @@ $ CI_JS_SUITES=child-process CI_NATIVE_SUITES= make coverage
290
291
The above command executes tests for the ` child-process ` subsystem and
291
292
outputs the resulting coverage report.
292
293
293
- Alternatively, for the JavaScript test suite, you can use the ` CI_JS_SUITES `
294
- variable to run tests in isolation, outputting reports :
294
+ Alternatively, you can run ` make coverage-run-js ` , to execute JavaScript tests
295
+ independently of the C++ test suite :
295
296
296
297
``` text
297
298
$ CI_JS_SUITES=fs CI_NATIVE_SUITES= make coverage-run-js
You can’t perform that action at this time.
0 commit comments