We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d932e80 commit 0408affCopy full SHA for 0408aff
BUILDING.md
@@ -126,6 +126,17 @@ To run the tests:
126
$ make test
127
```
128
129
+To run the tests and generate code coverage reports:
130
+
131
+```console
132
+$ ./configure --coverage
133
+$ make coverage
134
+```
135
136
+This will generate coverage reports for both JavaScript and C++ tests (if you
137
+only want to run the JavaScript tests then you do not need to run the first
138
+command `./configure --coverage`).
139
140
To build the documentation:
141
142
This will build Node.js first (if necessary) and then use it to build the docs:
0 commit comments