Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sglanzer committed Mar 2, 2016
1 parent aa77828 commit 8edd206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ var options = {

Enable branch tracking in the html and json reporters by setting `branchTracking` to `true` in the main options within `blanket-options.js` (see above example).

Only one reporter at a time is supported currently.

Append ```?coverage``` to the HTML report URL to enable coverage. This option will enable the creation of the coverage data file when running within a continuous integration context.

You can add this as part of the ```ember test``` command for a single run:
Expand Down Expand Up @@ -118,6 +116,9 @@ MIT

## Release History

* 0.9.0
Significant bug fixes to support ember-cli > 1.13.8 thanks to @jschilli

* 0.8.0
Support for multi-reporter output thanks to @job13er

Expand Down

0 comments on commit 8edd206

Please sign in to comment.