-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We discussed in this [issue] about the problem of not being able to choose the complete output directory. This commit addresses this issue and add the new `subdir` option which allows to specify the full output directory of each coverage report. [issue]: #62
- Loading branch information
1 parent
1bdea69
commit 309dad4
Showing
4 changed files
with
114 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,17 +29,18 @@ | |
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"mocks": "0.0.11", | ||
"chai": "~1.7.2", | ||
"grunt": "~0.4.1", | ||
"grunt-simple-mocha": "~0.4.0", | ||
"grunt-auto-release": "~0.0.1", | ||
"grunt-bump": "~0.0.7", | ||
"grunt-contrib-jshint": "~0.6.0", | ||
"grunt-npm": "~0.0.2", | ||
"grunt-simple-mocha": "~0.4.0", | ||
"karma": "~0.12.0", | ||
"lodash": "^2.4.1", | ||
"mocks": "0.0.11", | ||
"sinon": "~1.7.3", | ||
"chai": "~1.7.2", | ||
"sinon-chai": "~2.4.0", | ||
"grunt-bump": "~0.0.7", | ||
"grunt-npm": "~0.0.2", | ||
"grunt-auto-release": "~0.0.1" | ||
"sinon-chai": "~2.4.0" | ||
}, | ||
"contributors": [ | ||
"Friedel Ziegelmayer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters