Consolidated coverage report generation into one rake command.

Added diff coverage reports using diff-coverage tool.
This commit is contained in:
Will Daly
2013-05-30 15:09:39 -04:00
parent 5eaa6aea23
commit 34d1ea9e63
3 changed files with 14 additions and 25 deletions

View File

@@ -197,9 +197,10 @@ To view test coverage:
2. Generate reports:
rake coverage:html
rake coverage
3. HTML reports are located in the `reports` folder.
3. Reports are located in the `reports` folder. The command
generates HTML and XML (Cobertura format) reports.
## Testing using queue servers