Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sglanzer committed Nov 27, 2014
1 parent cf6c57e commit 6d90d52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Ember-cli-blanket
## Usage

Run "ember server", navigate to the application url /tests (e.g. localhost:4200/tests) and select the "Enable coverage" checkbox.

A options file is available in tests/blanket-options.js that contains the current regex for data coverage (filter) the regex for exclusion from data coverage (antifilter) and an array of string to exclude from blanket's requirejs loader (loaderExclusions). The loaderExclusions are intended to address current corner cases, such as services/initializers that attempt to register more than once; the exclusions may also be used to remove data coverage for specific files (e.g. config/environment).

## License

MIT

## Release History

* 0.1.0
* 0.2.0

0 comments on commit 6d90d52

Please sign in to comment.