From 2bc4aa505d4e79866a669623a30e7cb8b034498f Mon Sep 17 00:00:00 2001 From: Taylor McGann Date: Wed, 30 Nov 2016 07:30:07 -0700 Subject: [PATCH] docs: add `json-summary` report type Update configuration.md with `json-summary` report type option. See Istanbul docs: http://gotwarlost.github.io/istanbul/public/apidocs/index.html --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 55ae7ff..2d98fd7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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)