From f03a1dfa95871bc22a4c4cb84aced1c1bf935f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Afonso=20Fran=C3=A7a?= Date: Tue, 2 Oct 2012 20:57:44 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b5e004..bde7cd4 100644 --- a/README.md +++ b/README.md @@ -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.