Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Commit af462c2

Browse files
committed
fix README
1 parent 5399892 commit af462c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#gulp-coverage
1+
# gulp-coverage
22

33
Gulp coverage reporting for Node.js that is independent of the test runner
44

5-
#Report
5+
# Report
66

77
gulp-coverage generates block, line, chainable and statement coverage for Node.js JavaScript files. This is equivalent to function, statement, branch and "modified condition/decision" coverage, where a "statement" is equivalent to a "modified condition/decision". The HTML report gives summary information for the block, line and statement covereage across all the files as well as for each file.
88

9-
##Chainables
9+
## Chainables
1010
The chainable coverage supports Array-like chainables and will record misses where the chained member calls both receive and result-in an empty array.
1111

12-
##HTML report
12+
## HTML report
1313
For each covered file, a chain of links is built allowing you to click through from the summary to the first and then all subsequent instances of each type of miss (line misses and statement misses).
1414

1515
![Example Report Showing missed lines, missed statements and chains of links](https://raw.githubusercontent.com/dylanb/gulp-coverage/master/screenshots/gulp-coverage.png "Example Report")
1616

1717
The HTML report format has been desiged to be accessible and conformant with WCAG 2 Level AA.
1818

19-
##Excluding code from coverage reporting
19+
## Excluding code from coverage reporting
2020

2121
To exclude a single line from the coverage report, you can append a comment with the content of "cover:false" to the end of the line.
2222

0 commit comments

Comments
 (0)