Skip to content

Commit dff6bc8

Browse files
committed
Standard ignore
1 parent f6ebb5a commit dff6bc8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ bower_components/
88
node_modules/
99
/pages/
1010
/docs/
11-
/test/coverage/
11+
coverage/
1212
npm-debug.log
1313
dist/

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,11 @@
4949
"mocha": "^2.2.1",
5050
"standard": "^3.3.2",
5151
"time-grunt": "^1.1.0"
52+
},
53+
"standard": {
54+
"ignore": [
55+
"bower_components/**",
56+
"dist/**"
57+
]
5258
}
5359
}

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = function (config) {
4343
// optionally, configure the reporter
4444
coverageReporter: {
4545
type: 'lcov',
46-
dir: 'test/coverage',
46+
dir: 'coverage',
4747
subdir: '.',
4848
instrumenters: { isparta: require('isparta') },
4949
instrumenter: {

0 commit comments

Comments
 (0)