Skip to content

Commit fcf6668

Browse files
committed
update readme
1 parent 070868e commit fcf6668

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ http://github.com/jquery/qunit
88

99
- cli
1010
- testrunner api
11-
- test coverage via jscoverage is removed, node-bunker have to be implemented #26
11+
- test coverage via instanbul
1212
- tests inside of one testfile run synchronous, but every testfile runs parallel
1313
- tests from each file run in its own spawned node process
1414
- same API for client and server side code (original QUnit is used)
@@ -71,6 +71,12 @@ variable name to be used for the namespace object, followed by a colon:
7171
// log global summary (all files)
7272
globalSummary: true,
7373

74+
// log coverage
75+
coverage: true,
76+
77+
// log global coverage (all files)
78+
globalCoverage: true,
79+
7480
// log currently testing code file
7581
testing: true
7682
},
@@ -233,4 +239,4 @@ Some tests examples
233239

234240
### Coverage
235241

236-
Code coverage via Istanbul. To utilize, install `istanbul` and set `coverage: true`. Coverage based on code and tests passed to `node-qunit`.
242+
Code coverage via Istanbul. To utilize, install `istanbul` and set `coverage: true`. Coverage calculations based on code and tests passed to `node-qunit`.

0 commit comments

Comments
 (0)