File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,18 @@ To limit which tests are run, use the same environment variables recognized by `
318318$ make TESTS_FILTER=.* /math/base/utils/.* test-cov
319319` ` `
320320
321+ To generate a coverage report for project tools,
322+
323+ ` ` ` bash
324+ $ make tools-test-cov
325+ ` ` `
326+
327+ To limit which tests are run, use the same environment variables recognized by ` list-tests` .
328+
329+ ` ` ` bash
330+ $ make tools-test-cov TESTS_FILTER=.* /search/.* TESTS_PATTERN=test.js
331+ ` ` `
332+
321333To view a generated report in a local web browser,
322334
323335` ` ` bash
@@ -348,18 +360,6 @@ $ make TESTS_FILTER=.*/math/base/utils/.* test-browsers
348360$ make TESTS_FILTER=.* /\@ stdlib/utils/.* test-view-browsers
349361` ` `
350362
351- To generate a coverage report for project tools,
352-
353- ` ` ` bash
354- $ make tools-test-cov
355- ` ` `
356-
357- To limit which tests are run, use the same environment variables recognized by ` list-tests` .
358-
359- ` ` ` bash
360- $ make tools-test-cov TESTS_FILTER=.* /search/.* TESTS_PATTERN=test.js
361- ` ` `
362-
363363---
364364
365365# ### Benchmarks
You can’t perform that action at this time.
0 commit comments