Skip to content

Commit

Permalink
Updating README with minor example fix (#134)
Browse files Browse the repository at this point in the history
The configuration example is missing a comma. Fixes this for use in copy/paste.
  • Loading branch information
davearel authored and SBoudrias committed May 14, 2018
1 parent de48284 commit f71379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ You can pass individual configuration to a reporter.
dir: './coverage',
reporters: [ 'lcovonly', 'json', 'text', 'text-summary', CustomReport ],
reportOpts: {
lcov: {dir: 'lcovonly', file: 'lcov.info'}
lcov: {dir: 'lcovonly', file: 'lcov.info'},
json: {dir: 'json', file: 'converage.json'}
},
coverageVariable: 'someVariable'
Expand Down

0 comments on commit f71379a

Please sign in to comment.