Skip to content

Commit

Permalink
Merge 85c367d into 89e338f
Browse files Browse the repository at this point in the history
  • Loading branch information
rougeth committed Sep 12, 2016
2 parents 89e338f + 85c367d commit fba977d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -80,6 +80,13 @@ slash.
Drop a `.istanbul.yml` file at the top of the source tree to configure istanbul.
`istanbul help config` tells you more about the config file format.

### Colors legend
- Pink: statement not covered
- Orange: function not covered
- Yellow: branch not covered
- [I] and [E] in front of if-else statements: if or else not covered respectively
- Branch coverage display only kicks in if one or more but not all branches have been taken (if none of the branches were taken the statement coverage will show you that unambiguously)

### The command line

$ istanbul help
Expand Down

0 comments on commit fba977d

Please sign in to comment.