Skip to content

Commit 1da4b63

Browse files
committed
README.md update
1 parent 6e2bef0 commit 1da4b63

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,13 @@ Test and code coverage:
6262
$ npm test
6363
```
6464

65-
You can also see the code coverage at [http://localhost:8080/lcov-report/](http://localhost:8080/lcov-report/).
65+
Also code coverage in the browser:
6666

67+
```
68+
cd coverage/lcov-report
69+
http-server
70+
open http://localhost:8080
71+
```
6772

6873
## Todo
6974
* replace Reflux with [nuclear-js](https://github.com/optimizely/nuclear-js)

0 commit comments

Comments
 (0)