Skip to content

Commit d16a2c2

Browse files
committed
Update readme.md
1 parent c926ea0 commit d16a2c2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,10 @@ Some tests examples
244244

245245
### Coverage
246246

247-
Code coverage via Istanbul. To utilize, install `istanbul` and set option `coverage: true` or give a path where to store report `coverage: {dir: "coverage/path"}` or pass `--cov` parameter in the shell. Coverage calculations based on code and tests passed to `node-qunit`.
247+
Code coverage via Istanbul.
248+
249+
To utilize, install `istanbul` and set option `coverage: true` or give a path where to store report `coverage: {dir: "coverage/path"}` or pass `--cov` parameter in the shell.
250+
251+
To specify the format of coverage report pass reporters array to the coverage options: `coverage: {reporters: ['lcov', 'json']}` (default)
252+
253+
Coverage calculations based on code and tests passed to `node-qunit`.

0 commit comments

Comments
 (0)