Skip to content

Commit

Permalink
Merge pull request karma-runner#41 from aprooks/patch-1
Browse files Browse the repository at this point in the history
docs(readme): note on multiple coverage reporters
  • Loading branch information
vojtajina committed Dec 7, 2013
2 parents 591650e + a3c8529 commit dad7c37
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@ If no filename is given, it will write the output to the console.
**Description:** This will be used to output coverage reports. When
you set a relative path, the directory is resolved against the `basePath`.

#### multiple reporters
You can use multiple reporters, by providing array of options.

```javascript
coverageReporter: {
reporters:[
{type: 'html', dir:'coverage/'},
{type: 'teamcity'},
{type: 'text-summary'}
],
}
```

----

For more information on Karma see the [homepage].
Expand Down

0 comments on commit dad7c37

Please sign in to comment.