Skip to content

Commit 650c62d

Browse files
Use Istanbul to show code coverage at coverage/lcov-report/index.html (#315)
It also prints it out after the tests like this: ``` =============================== Coverage summary =============================== Statements : 74.02% ( 1946/2629 ) Branches : 54.6% ( 878/1608 ) Functions : 75.5% ( 413/547 ) Lines : 78.67% ( 1870/2377 ) ================================================================================ ```
1 parent 1e8e3fa commit 650c62d

File tree

3 files changed

+4294
-3505
lines changed

3 files changed

+4294
-3505
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
lib
22
xregexp-all.js
3+
.nyc_output
4+
coverage
35

46
# Compiled Python files
57
*.pyc

0 commit comments

Comments
 (0)