Skip to content

Commit

Permalink
chore(socket-file) coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 18, 2019
1 parent d94bd8e commit 0450cdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- 12
- 10
- 8

Expand Down
2 changes: 1 addition & 1 deletion madrun.js
Expand Up @@ -5,7 +5,7 @@ const {run} = require('madrun');
module.exports = {
'test': () => 'tape test/**/*.js',
'watch:test': () => 'nodemon -w test -w lib --exec npm test',
'lint': () => 'putout lib test',
'lint': () => 'putout lib test madrun.js',
'fix:lint': () => run('lint', '--fix'),
'lint:eslint:client': () => 'putout --config .putoutrc-client lib',
'lint:eslint:server': () => 'putout lib test',
Expand Down
7 changes: 7 additions & 0 deletions package.json
Expand Up @@ -13,6 +13,12 @@
"coverage": "madrun coverage",
"report": "madrun report"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"test"
]
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/node-socket-file.git"
Expand All @@ -31,6 +37,7 @@
"ashify": "^2.0.1",
"mellow": "^2.0.0",
"patchfile": "^2.0.0",
"try-to-catch": "^1.1.1",
"wraptile": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0450cdd

Please sign in to comment.