Skip to content

Commit

Permalink
docs: add json-summary report type
Browse files Browse the repository at this point in the history
Update configuration.md with `json-summary` report type option. See Istanbul docs: http://gotwarlost.github.io/istanbul/public/apidocs/index.html
  • Loading branch information
tmcgann authored and dignifiedquire committed Nov 30, 2016
1 parent 3b2bffa commit 2bc4aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Expand Up @@ -15,6 +15,7 @@
* `cobertura` (xml format supported by Jenkins)
* `teamcity` (code coverage System Messages for TeamCity)
* `json` (json format supported by [`grunt-istanbul-coverage`](https://github.com/daniellmb/grunt-istanbul-coverage))
* `json-summary`
* `in-memory` (supported since v0.5.4)
* `none` (Does nothing. Use to specify that no reporting is needed)

Expand Down

0 comments on commit 2bc4aa5

Please sign in to comment.