Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
coverage reports to artifacts/test/coverage not artifacts/testcoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Isao Yagi committed Nov 13, 2012
1 parent ebbfd41 commit 2b5f1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/commands/test.js
Expand Up @@ -19,7 +19,7 @@ var pathlib = require('path'),
fwTestsRoot = BASE + 'lib/tests',
resultsDir = 'artifacts/test',
resultsFile = 'artifacts/test/result.xml',
coverageDir = 'artifacts/testcoverage',
coverageDir = 'artifacts/test/coverage',
coverageFile = coverageDir + '/coverage.json',

utils = require(BASE + 'lib/management/utils'),
Expand Down

0 comments on commit 2b5f1a6

Please sign in to comment.