Skip to content

Commit 707a4fc

Browse files
committed
Fix doc placement
1 parent 5981c89 commit 707a4fc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tools/make/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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+
321333
To 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

0 commit comments

Comments
 (0)