Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsof committed Oct 2, 2012
1 parent 0ed8f1b commit f03a1df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,9 @@ This is similar to the built-in `qunit` task, though the configuration is differ
}
```
`minimum` specifies the minimum coverage of all files to task pass, `srcDir` the directory to be instrumented by jscoverage and copied to `outDir`, `depDirs` the dependencies directory list will be copied to `outDir` and `testFiles` parameter is a list of all files to be tested with qunit.

After running there will be a folder called `out` inside the `outDir` specified with coverage.html, which contains the summary of execution and other files of the `srcDir`.

## Contributing

Please use the issue tracker and pull requests.
Expand Down

0 comments on commit f03a1df

Please sign in to comment.