Skip to content

Commit

Permalink
do not cover crossbank and fidor
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Aug 26, 2017
1 parent 562934b commit b4f5374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Expand Up @@ -17,7 +17,7 @@
"pretest": "npm run build",
"test": "npm run coverage",
"mocha": "mocha ./src/**/test*.js ./test/**/test*.js",
"coverage": "istanbul cover -x 'src/**/test*.js' -x 'test/**/test*.js' _mocha --report text --report html --report lcov ./src/**/test*.js ./test/**/*.js",
"coverage": "istanbul cover -x 'src/**/test*.js' -x 'test/**/test*.js' -x 'src/plugins/crossbank/*' -x 'src/plugins/fidor/*' _mocha --report text --report html --report lcov ./src/**/test*.js ./test/**/*.js",
"coveralls": "coveralls < coverage/lcov.info",
"codecov": "./node_modules/codecov.io/bin/codecov.io.js < coverage/lcov.info",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
Expand Down
1 change: 1 addition & 0 deletions server/src/plugins/index.js
Expand Up @@ -5,6 +5,7 @@ import path from 'path';

const blackList = [
'fidor',
'crossbank'
//'ticket'
];

Expand Down

0 comments on commit b4f5374

Please sign in to comment.